Skip to content

Commit e082db3

Browse files
committed
add the Google npm registry to the publish script
1 parent 650f7ea commit e082db3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ echo "Publishing version $OVERRIDE_VERSION with npm tag '$NPM_TAG' for commit $C
2323
npm --no-git-tag-version --allow-same-version version $OVERRIDE_VERSION
2424

2525
# pnpm publish is required here to prevent workspace stuff from being published with the package
26-
pnpm publish --tag $NPM_TAG --access=public
26+
pnpm publish --tag $NPM_TAG --access=public --registry https://wombat-dressing-room.appspot.com

0 commit comments

Comments
 (0)