Skip to content

Commit daf271a

Browse files
authored
Update npm publish command in release script
Removed '--staged' option from npm publish command.
1 parent 4fe4d4b commit daf271a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/release/02-release-builds.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ fi
3131

3232
YARN_NPM_PUBLISH_REGISTRY=https://npm.pkg.github.com yarn workspaces foreach \
3333
--verbose --all --topological --no-private "${RELEASE_ARGUMENTS[@]}" \
34-
npm publish --tolerate-republish --staged
34+
npm publish --tolerate-republish
3535

3636
yarn workspaces foreach \
3737
--verbose --all --topological --no-private "${RELEASE_ARGUMENTS[@]}" \

0 commit comments

Comments
 (0)