Skip to content

Commit 7dfaf2d

Browse files
committed
remove debug statement
1 parent c09bf2b commit 7dfaf2d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/verdaccio-build-icon-builder.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ 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-
echo "Available versions of @react-spectrum/s2-icon-builder:" && curl -s "$registry/@react-spectrum/s2-icon-builder" | jq -r '.versions | keys[]' 2>/dev/null || curl -s "$registry/@react-spectrum/s2-icon-builder" | grep -o '"version":"[^"]*"' | sed 's/"version":"//g' | sed 's/"//g' | sort -V
4443
npm_config_registry=$registry npx @react-spectrum/s2-icon-builder@latest -i ./icon-test/S2_Icon_3D_20_N.svg -o ./icon-dist
4544
cp ../../packages/@react-spectrum/s2/spectrum-illustrations/linear/S2_lin_3D_48.svg icon-test/S2_lin_3D_48.svg
4645
npm_config_registry=$registry npx @react-spectrum/s2-icon-builder@latest --type illustration -i ./icon-test/S2_lin_3D_48.svg -o ./icon-dist

0 commit comments

Comments
 (0)