Skip to content

Commit 9f0f794

Browse files
committed
debugging
1 parent 9e3a093 commit 9f0f794

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
@@ -40,6 +40,7 @@ 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
4344
npm_config_registry=$registry npx @react-spectrum/s2-icon-builder@latest -i ./icon-test/S2_Icon_3D_20_N.svg -o ./icon-dist
4445
cp ../../packages/@react-spectrum/s2/spectrum-illustrations/linear/S2_lin_3D_48.svg icon-test/S2_lin_3D_48.svg
4546
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)