Skip to content

Commit

Permalink
add build:report script
Browse files Browse the repository at this point in the history
  • Loading branch information
PanJiaChen committed Dec 14, 2017
1 parent 5b7aafa commit 8df9d9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js",
"start": "npm run dev",
"build": "node build/build.js",
"build:report":"npm_config_report=true node build/build.js",
"lint": "eslint --ext .js,.vue src",
"test": "npm run lint"
},
Expand Down

0 comments on commit 8df9d9a

Please sign in to comment.