diff options
author | Yukai Huang | 2016-10-08 10:16:49 +0800 |
---|---|---|
committer | Yukai Huang | 2016-10-08 10:16:49 +0800 |
commit | ab2131116181a95e9eefa410bac25682396b2e05 (patch) | |
tree | f32b8fc6500ec40baab62c03ac0a89ab3ef533d2 | |
parent | b8467a562c087a63c30d2cfe02494ab3229fa89b (diff) |
Change npm task 'build' to 'dev'
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 308d828d..4ff2d25e 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "app.js", "license": "MIT", "scripts": { - "build": "webpack --config webpack.config.js --progress --colors --watch" + "dev": "webpack --config webpack.config.js --progress --colors --watch" }, "dependencies": { "async": "^2.0.1", |