Skip to content

Commit

Permalink
Make sure .npmrc is respected
Browse files Browse the repository at this point in the history
  • Loading branch information
squaremo committed Feb 21, 2020
1 parent 223cd86 commit b371ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/run-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ if [ -z "$NPM_TOKEN" ]; then
exit 1
fi
echo '//registry.npmjs.org/:_authToken=${NPM_TOKEN}' > @jkcfg/kubernetes/.npmrc
npm publish @jkcfg/kubernetes
(cd @jkcfg/kubernetes; npm publish)

0 comments on commit b371ffd

Please sign in to comment.