Skip to content

Commit

Permalink
Set --access=public for npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
sosukesuzuki committed Oct 1, 2023
1 parent 819b748 commit 6d207be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion es/scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ TAG=${REF##*/}
VERSION=${TAG#v}

npm version $VERSION --no-git-tag-version --workspaces
npm publish --workspaces
npm publish --workspaces --access=public

git add .
git commit -m "Release $VERSION"
Expand Down

0 comments on commit 6d207be

Please sign in to comment.