Skip to content

Commit bf7d351

Browse files
committed
Release script
1 parent 4b9d4b9 commit bf7d351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ release:
22
npm run build
33
npm version patch
44
npm run docker-publish
5-
npm publish --access public --tag=latest
5+
export NPM_TOKEN=$NPM_TOKEN_LOCAL_API_GATEWAY && npm publish --access public --tag=latest
66
echo "Now push the tag to github!"

0 commit comments

Comments
 (0)