npm script for gulp watch
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -28,4 +28,7 @@ node_modules
|
|||||||
|
|
||||||
vendor/
|
vendor/
|
||||||
|
|
||||||
.idea
|
.idea
|
||||||
|
|
||||||
|
# Generated chrome extension
|
||||||
|
public/
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
"test-react": "jest --verbose --coverage",
|
"test-react": "jest --verbose --coverage",
|
||||||
"test-js": "node_modules/.bin/phantomjs tests/run.js",
|
"test-js": "node_modules/.bin/phantomjs tests/run.js",
|
||||||
"start": "npm install && bower install && gulp",
|
"start": "npm install && bower install && gulp",
|
||||||
|
"watch": "gulp watch",
|
||||||
"lint": "jsxhint --jsx-only .",
|
"lint": "jsxhint --jsx-only .",
|
||||||
"postinstall": "gulp postinstall"
|
"postinstall": "gulp postinstall"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user