mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-07-14 13:57:19 +00:00
Resolve issues mentioned in #139 comments
This commit is contained in:
parent
37cdb2e66b
commit
c11218d68f
4 changed files with 9 additions and 6 deletions
|
@ -6,7 +6,7 @@
|
|||
"scripts": {
|
||||
"build": "rimraf dist && cross-env NODE_ENV=production webpack --config webpack.config.js",
|
||||
"build-debug": "rimraf dist && cross-env NODE_ENV=development webpack --config webpack.config.js",
|
||||
"watch": "cross-env NODE_ENV=development webpack-dev-server --disable-host-check",
|
||||
"watch": "cross-env NODE_ENV=development webpack-dev-server",
|
||||
"watch-build": "rimraf dist && NODE_ENV=development webpack --config webpack.config.js --watch"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue