Skip to content

Commit 9e3a093

Browse files
committed
specify a specific version for the tool
1 parent f1d7373 commit 9e3a093

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/verdaccio-build-icon-builder.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ mkdir icon-test
4040

4141
npm cache clean --force
4242
cp ../../packages/@react-spectrum/s2/s2wf-icons/S2_Icon_3D_20_N.svg icon-test/S2_Icon_3D_20_N.svg
43-
npm_config_registry=$registry 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@latest -i ./icon-test/S2_Icon_3D_20_N.svg -o ./icon-dist
4444
cp ../../packages/@react-spectrum/s2/spectrum-illustrations/linear/S2_lin_3D_48.svg icon-test/S2_lin_3D_48.svg
45-
npm_config_registry=$registry 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@latest --type illustration -i ./icon-test/S2_lin_3D_48.svg -o ./icon-dist
4646
echo 'concluded icon builder'
4747

4848
echo 'testing icon builder library'

0 commit comments

Comments
 (0)