We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b9d4b9 commit bf7d351Copy full SHA for bf7d351
Makefile
@@ -2,5 +2,5 @@ release:
2
npm run build
3
npm version patch
4
npm run docker-publish
5
- npm publish --access public --tag=latest
+ export NPM_TOKEN=$NPM_TOKEN_LOCAL_API_GATEWAY && npm publish --access public --tag=latest
6
echo "Now push the tag to github!"
0 commit comments