Skip to content
This repository has been archived by the owner on Oct 20, 2021. It is now read-only.

Commit

Permalink
fix: npm run build failed in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimi-Gao committed May 18, 2018
1 parent 66525d6 commit aea1332
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 @@ -11,7 +11,7 @@
"npm": "^5.2.0"
},
"scripts": {
"dist": "rimraf dist && webpack --progress --config config/webpack.config.js",
"build": "rimraf dist && webpack --progress --config config/webpack.config.js",
"site:build": "NODE_ENV=production webpack --progress --config config/webpack.config.site.js",
"site:dev": "webpack --progress --config config/webpack.config.site.js && node-dev site/server.js",
"presite:prod": "npm i && NODE_ENV=production webpack --progress --config config/webpack.config.site.js",
Expand Down

0 comments on commit aea1332

Please sign in to comment.