Skip to content

Commit

Permalink
Change blog generate script
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaojing Li committed Jul 27, 2017
1 parent 8d2c414 commit 694162b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"scripts": {
"start": "webpack-dev-server --env.local --progress --content-base ./src/static --open",
"build-clean": "rm -rf ./dist && mkdir dist",
"build-static": "cp -r ./src/static/* dist && babel ./src/static/workers --out-dir dist/workers && cd `git rev-parse --show-toplevel` && git checkout origin/blog -- blog && mv blog website/dist/blog && cd -",
"build-static": "cp -r ./src/static/* dist && babel ./src/static/workers --out-dir dist/workers && cd `git rev-parse --show-toplevel` && git checkout origin/blog -- blog && mv blog website/dist/ && cd -",
"build-script": "webpack -p --env.prod",
"build": "npm run build-clean && npm run build-static && npm run build-script",
"lint": "eslint src --ignore-pattern workers"
Expand Down

0 comments on commit 694162b

Please sign in to comment.