Skip to content
This repository has been archived by the owner on Dec 25, 2024. It is now read-only.

Commit

Permalink
Generate the user-level .npmrc [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
branchseer committed Dec 4, 2019
1 parent bb1f34d commit 3c3ef80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/scripts/publish-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ if [[ ! $statusCode == 2* ]]; then
exit 1
fi

echo '//registry.npmjs.org/:_authToken=${NPM_TOKEN}'>.npmrc
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > $HOME/.npmrc
npm publish $DESKGAP_NPM_TARBALL

0 comments on commit 3c3ef80

Please sign in to comment.