Skip to content

Commit

Permalink
feat: update publish to yarn npm publish (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
dirien authored Oct 2, 2024
1 parent f060eec commit 892f1ed
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 @@ -23,6 +23,6 @@ yarn tsc
yarn build

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

yq eval 'del(.npmAuthToken)' -i ../../.yarnrc.yml

0 comments on commit 892f1ed

Please sign in to comment.