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

Commit

Permalink
Update publish.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
eromano authored Oct 11, 2021
1 parent 6c8d88a commit e55cff6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ then
echo "Publishing on npm with tag $TAG_NPM"

touch .npmrc
echo 'strict-ssl=false' >> .npmrc
echo 'registry=http://${NPM_REGISTRY_ADDRESS}' >> .npmrc
echo 'strict-ssl=true' >> .npmrc
echo 'registry=https://${NPM_REGISTRY_ADDRESS}' >> .npmrc
echo '//${NPM_REGISTRY_ADDRESS}/:_authToken="${NPM_REGISTRY_TOKEN}"' >> .npmrc

cat package.json | grep version
Expand Down

0 comments on commit e55cff6

Please sign in to comment.