npm script for gulp watch

This commit is contained in:
Alan Hamlett
2016-06-29 10:49:21 -07:00
parent 79f664861f
commit 5731fd6625
2 changed files with 5 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
"test-react": "jest --verbose --coverage",
"test-js": "node_modules/.bin/phantomjs tests/run.js",
"start": "npm install && bower install && gulp",
"watch": "gulp watch",
"lint": "jsxhint --jsx-only .",
"postinstall": "gulp postinstall"
},