Skip to content

Commit

Permalink
make git push
Browse files Browse the repository at this point in the history
  • Loading branch information
assafmo committed Jun 6, 2022
1 parent 8a4629d commit e55717c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ build:
publish-alpha: build
npm version prerelease --preid=alpha
npm publish --tag alpha
git push
git push --tags

publish-beta: build
npm version prerelease --preid=beta
npm publish --tag beta

publish-minor: build
npm version minor
npm publish
git push
git push --tags

0 comments on commit e55717c

Please sign in to comment.