Skip to content

Commit

Permalink
fix: 修复hooks上的脚本错误
Browse files Browse the repository at this point in the history
  • Loading branch information
limengke123 committed Jul 2, 2019
1 parent be38b88 commit 382cbb2
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 @@ -18,7 +18,7 @@
"build:watch": "tsc --watch",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"preversion": "npm run build && npm run changelog && git add CHANGELOG.md",
"postversion": "npm publish && git push--tags"
"postversion": "npm publish && git push --tags"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 382cbb2

Please sign in to comment.