Skip to content

Commit

Permalink
npm publish scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
asednev committed Apr 4, 2021
1 parent a3afce3 commit 4f3ad7f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions scripts/publish-beta.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash

npm --no-git-tag-version version patch
npm publish --tag beta
2 changes: 1 addition & 1 deletion scripts/publish.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash

npm --no-git-tag-version version patch
npm publish --tag beta
npm publish

0 comments on commit 4f3ad7f

Please sign in to comment.