Skip to content

Commit

Permalink
简化发布流程
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaoda committed Apr 9, 2016
1 parent 725fc16 commit 1b48ae1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"generate-and-deploy": "npm run generate-gitbook && npm run generate-wiki && npm run deploy-gitbook && npm run deploy-wiki",
"publish-gitbook": "./scripts/publish-gitbook.sh",
"publish-webpackdoc": "./scripts/publish-webpackdoc.sh",
"publish": "npm run generate-and-deploy && npm run publish-gitbook && npm run publish-webpackdoc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
Expand Down
3 changes: 0 additions & 3 deletions scripts/publish-webpackdoc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ cp -a content webpackdoc
cd webpackdoc

rm -rf _book
rm -rf node_modules

gitbook install

git init

Expand Down

0 comments on commit 1b48ae1

Please sign in to comment.