#35 added watch script to npm scripts
This commit is contained in:
parent
8877e4e688
commit
dcc9ded0af
|
@ -8,7 +8,8 @@
|
|||
"build": "gulp build",
|
||||
"build:prod": "cross-env NODE_ENV=production gulp build",
|
||||
"dist": "gulp dist",
|
||||
"dist:prod": "cross-env NODE_ENV=production gulp dist"
|
||||
"dist:prod": "cross-env NODE_ENV=production gulp dist",
|
||||
"watch": "gulp dist && gulp watch"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Loading…
Reference in a new issue