Skip to content

Commit

Permalink
feat: update publish to yarn npm publish (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
dirien authored Oct 2, 2024
1 parent 99b9e8f commit 2ebfd77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ yarn tsc
yarn build

# don't git commit or push
yarn publish --new-version $STRIPPED_NEW_VERSION --no-git-tag-version
yarn npm publish --tag $STRIPPED_NEW_VERSION --access public #--new-version $STRIPPED_NEW_VERSION --no-git-tag-version

0 comments on commit 2ebfd77

Please sign in to comment.