mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-18 00:55:35 +00:00
Use a hidden config file for browser-sync, in line with others
This commit is contained in:
parent
68cd643a91
commit
c58e647066
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@
|
|||
"lint": "eslint src/**/*.js",
|
||||
"dev": "npm run watch & npm run server",
|
||||
"dev:examples": "npm run watch:examples & npm run server",
|
||||
"server": "browser-sync start --config bs-config.js",
|
||||
"server": "browser-sync start --config .browsersync.js",
|
||||
"test": "bin/test",
|
||||
"test:phantom": "zuul test/spec/upload.js --phantom",
|
||||
"watch": "npm run watch:css & npm run watch:js",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue