Skip to content

Commit

Permalink
chore: 优化编译工具
Browse files Browse the repository at this point in the history
  • Loading branch information
bearyan committed Sep 16, 2019
1 parent 78a49ba commit f9c7579
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"test": "gulp build",
"changelog": "picklog -l -w CHANGELOG.md",
"build": "gulp build",
"version": "npm run build && npm run changelog && git add -A ."
"version": "npm run build && npm run changelog && git add -A .",
"postversion": "git push && git push --tags"
},
"author": "wechat ui team",
"repository": {
Expand Down

0 comments on commit f9c7579

Please sign in to comment.