File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ yarn config set npmAlwaysAuth --home false
28
28
yarn config set npmAuthToken --home abc
29
29
yarn config set unsafeHttpWhitelist --home localhost
30
30
npm set registry $registry
31
- echo " @react-spectrum:registry=$registry " >> ~ /.npmrc
32
31
33
32
# Rename the dist folder from dist/production/docs to verdaccio_dist/COMMIT_HASH_BEFORE_PUBLISH/verdaccio/docs
34
33
# This is so we can have verdaccio build in a separate stream from deploy and deploy_prod
@@ -41,9 +40,9 @@ mkdir icon-test
41
40
42
41
npm cache clean --force
43
42
cp ../../packages/@react-spectrum/s2/s2wf-icons/S2_Icon_3D_20_N.svg icon-test/S2_Icon_3D_20_N.svg
44
- npx @react-spectrum/s2-icon-builder -i ./icon-test/S2_Icon_3D_20_N.svg -o ./icon-dist
43
+ npm_config_registry= $registry npx @react-spectrum/s2-icon-builder -i ./icon-test/S2_Icon_3D_20_N.svg -o ./icon-dist
45
44
cp ../../packages/@react-spectrum/s2/spectrum-illustrations/linear/S2_lin_3D_48.svg icon-test/S2_lin_3D_48.svg
46
- npx @react-spectrum/s2-icon-builder --type illustration -i ./icon-test/S2_lin_3D_48.svg -o ./icon-dist
45
+ npm_config_registry= $registry npx @react-spectrum/s2-icon-builder --type illustration -i ./icon-test/S2_lin_3D_48.svg -o ./icon-dist
47
46
echo ' concluded icon builder'
48
47
49
48
echo ' testing icon builder library'
You can’t perform that action at this time.
0 commit comments