We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 975c021 commit 02e2266Copy full SHA for 02e2266
scripts/verdaccio-build-icon-builder.sh
@@ -28,6 +28,7 @@ yarn config set npmAlwaysAuth --home false
28
yarn config set npmAuthToken --home abc
29
yarn config set unsafeHttpWhitelist --home localhost
30
npm set registry $registry
31
+echo "@react-spectrum:registry=$registry" >> ~/.npmrc
32
33
# Rename the dist folder from dist/production/docs to verdaccio_dist/COMMIT_HASH_BEFORE_PUBLISH/verdaccio/docs
34
# This is so we can have verdaccio build in a separate stream from deploy and deploy_prod
0 commit comments