Skip to content

Commit

Permalink
Update npm instructions in build.sh.
Browse files Browse the repository at this point in the history
  • Loading branch information
philwo committed Apr 23, 2021
1 parent 963b6c9 commit 1e42403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ echo
readonly REGISTRY=${NPM_REGISTRY:-https://wombat-dressing-room.appspot.com}
echo "== NPM releases =="
echo "After testing, publish to NPM via these commands:"
echo "$ npm config set registry https://wombat-dressing-room.appspot.com"
echo "$ npm login --registry $REGISTRY"
echo "$ ./bazelisk run --config=release //:npm_package.publish -- --access=public --tag latest --registry $REGISTRY"

0 comments on commit 1e42403

Please sign in to comment.