Skip to content
This repository was archived by the owner on Jun 11, 2025. It is now read-only.

Commit e55cff6

Browse files
authored
Update publish.sh
1 parent 6c8d88a commit e55cff6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/publish.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ then
2121
echo "Publishing on npm with tag $TAG_NPM"
2222

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

2828
cat package.json | grep version

0 commit comments

Comments
 (0)