Skip to content

Commit baf6c88

Browse files
authored
make gulp start on installation
1 parent 871a357 commit baf6c88

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"test": "nyc --check-coverage --lines 100 --functions 100 --branches 100 mocha app/tests",
1010
"coverage": "nyc report --reporter=text-lcov | node ./node_modules/coveralls/bin/coveralls.js",
1111
"lint": "./node_modules/.bin/eslint .",
12+
"watch-dev": "gulp start-watcher",
1213
"serve": "node ./node_modules/http-server/bin/http-server"
1314
},
1415
"husky": {

0 commit comments

Comments
 (0)