Skip to content

Commit 02e2266

Browse files
committed
force npx to use local verdaccio registry
1 parent 975c021 commit 02e2266

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/verdaccio-build-icon-builder.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ yarn config set npmAlwaysAuth --home false
2828
yarn config set npmAuthToken --home abc
2929
yarn config set unsafeHttpWhitelist --home localhost
3030
npm set registry $registry
31+
echo "@react-spectrum:registry=$registry" >> ~/.npmrc
3132

3233
# Rename the dist folder from dist/production/docs to verdaccio_dist/COMMIT_HASH_BEFORE_PUBLISH/verdaccio/docs
3334
# This is so we can have verdaccio build in a separate stream from deploy and deploy_prod

0 commit comments

Comments
 (0)