Skip to content

Commit e79be78

Browse files
committed
fix icon builder
1 parent d2e60a4 commit e79be78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/verdaccio-build-icon-builder.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ cp ../../packages/@react-spectrum/s2/spectrum-illustrations/linear/S2_lin_3D_48.
9090
cd icon-library-test
9191
echo "Installing and building icon library"
9292
yarn install --no-immutable
93-
yarn up @react-spectrum/s2
93+
# no lockfile, no need to forcibly update anything
9494
yarn transform-icons -i './src/*.svg' -o ./ --isLibrary
9595
yarn transform-icons --type illustration -i './src/illustrations/*.svg' -o ./ --isLibrary
9696

0 commit comments

Comments
 (0)