Skip to content

Commit

Permalink
add publish scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
trusktr committed Aug 22, 2020
1 parent 2472744 commit 903b761
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@
"bugs": {
"url": "https://github.com/lume/cli/issues"
},
"scripts": {},
"scripts": {
"release:patch": "npm version patch --message 'v%s' && npm publish && git push --follow-tags",
"release:minor": "npm version minor --message 'v%s' && npm publish && git push --follow-tags",
"release:major": "npm version major --message 'v%s' && npm publish && git push --follow-tags"
},
"dependencies": {
"@babel/cli": "7.0.0-beta.46",
"@babel/core": "7.0.0-beta.46",
Expand Down

0 comments on commit 903b761

Please sign in to comment.