From ab2131116181a95e9eefa410bac25682396b2e05 Mon Sep 17 00:00:00 2001 From: Yukai Huang Date: Sat, 8 Oct 2016 10:16:49 +0800 Subject: [PATCH] Change npm task 'build' to 'dev' --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 308d828..4ff2d25 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",