Browse Source

refine npm script

Pan 6 years ago
parent
commit
cc636a4ccd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -8,7 +8,7 @@
8 8
     "dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js",
9 9
     "start": "npm run dev",
10 10
     "build": "node build/build.js",
11
-    "build:report": "npm_config_report=true node build/build.js",
11
+    "build:report": "npm_config_report=true npm run build",
12 12
     "lint": "eslint --ext .js,.vue src",
13 13
     "test": "npm run lint"
14 14
   },