Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

Commit

Permalink
修改构建配置
Browse files Browse the repository at this point in the history
  • Loading branch information
xxapp committed Jul 6, 2017
1 parent a743848 commit 276a34b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"start": "webpack --config webpack.test.config.js",
"dev": "webpack-dev-server --config webpack.test.config.js",
"doc": "webpack-dev-server --config webpack.doc.config.js",
"ci:doc": "webpack --config webpack.doc.config.js --output-path='./output' --env.production",
"ci:doc": "webpack --config webpack.doc.config.js --output-path=output --env.production",
"test": "npm-run-all -p -r server nightwatch",
"server": "http-server dist -s -p 9000",
"nightwatch": "nightwatch ./tests/nightwatch.js",
Expand Down

0 comments on commit 276a34b

Please sign in to comment.