Skip to content

Commit

Permalink
build: keep public flag is useful when we publish brand new lib and d…
Browse files Browse the repository at this point in the history
…oes not arm existing
  • Loading branch information
peterpeterparker committed Oct 2, 2023
1 parent 812209b commit 6d29cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publish-npm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function publish_npm() {
if [ "$LOCAL_SHASUM" == "$NPM_SHASUM" ]; then
echo "No changes in @dfinity/$lib need to be published to NPM."
else
npm publish --workspace=packages/"$lib" --provenance
npm publish --workspace=packages/"$lib" --provenance --access public
fi
}

Expand Down

0 comments on commit 6d29cf1

Please sign in to comment.