Change npm task 'build' to 'dev'
This commit is contained in:
parent
b8467a562c
commit
ab21311161
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
"main": "app.js",
|
"main": "app.js",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "webpack --config webpack.config.js --progress --colors --watch"
|
"dev": "webpack --config webpack.config.js --progress --colors --watch"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"async": "^2.0.1",
|
"async": "^2.0.1",
|
||||||
|
|
Loading…
Reference in a new issue