Skip to content

Commit

Permalink
chore(release): 更新 scripts 命令字
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaosongxiaosong committed Oct 24, 2019
1 parent 2eeca58 commit 9fba79e
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 @@ -12,7 +12,8 @@
"predeploy": "lerna run build",
"deploy": "lerna run deploy",
"version": "lerna version --conventional-commits",
"release": "lerna publish from-git"
"release": "lerna publish --conventional-commits",
"release-from-git": "lerna publish from-git"
},
"devDependencies": {
"@commitlint/cli": "^8.0.0",
Expand Down

0 comments on commit 9fba79e

Please sign in to comment.