Skip to content

Commit e737f6a

Browse files
committed
force update all versions in all example apps
1 parent dc2c64f commit e737f6a

8 files changed

+23
-0
lines changed

scripts/verdaccio-build-icon-builder.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +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
9394
yarn transform-icons -i './src/*.svg' -o ./ --isLibrary
9495
yarn transform-icons --type illustration -i './src/illustrations/*.svg' -o ./ --isLibrary
9596

@@ -112,6 +113,7 @@ yarn npm publish --tag latest
112113
echo "Building icon builder fixture"
113114
cd ../../../scripts/icon-builder-fixture
114115
yarn install --no-immutable
116+
yarn up @react-spectrum/s2
115117
yarn tsc
116118
yarn build --public-url ./
117119

scripts/verdaccio-build-nextjs.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ echo 'build nextjs test app'
3535
cd examples/rsp-next-ts
3636
yarn config set npmRegistryServer $registry
3737
yarn install --no-immutable
38+
yarn up @adobe/react-spectrum
39+
yarn up @react-aria/optimize-locales-plugin
40+
yarn up @react-spectrum/provider
41+
yarn up @spectrum-icons/illustrations
42+
yarn up @spectrum-icons/workflow
43+
yarn up react-aria-components
3844
yarn test
3945

4046
# Build NextJS test app and move to dist folder. Store the size of the build in a text file.

scripts/verdaccio-build-rac-rsp-tailwind.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ echo 'build RAC Spectrum Tailwind app'
3535
cd examples/rac-spectrum-tailwind
3636
yarn config set npmRegistryServer $registry
3737
yarn install --no-immutable
38+
yarn up @adobe/react-spectrum
39+
yarn up @react-spectrum/provider
40+
yarn up @spectrum-icons/illustrations
41+
yarn up @spectrum-icons/workflow
42+
yarn up react-aria-components
3843
yarn build --public-url ./
3944

4045
echo 'build RAC Spectrum Tailwind app done'

scripts/verdaccio-build-rsp-cra-18.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ echo 'build rsp-cra-18'
3535
cd examples/rsp-cra-18
3636
yarn config set npmRegistryServer $registry
3737
yarn install --no-immutable
38+
yarn up @adobe/react-spectrum
39+
yarn up @react-aria/dnd
40+
yarn up @react-spectrum/provider
41+
yarn up @spectrum-icons/illustrations
42+
yarn up @spectrum-icons/workflow
43+
yarn up react-aria-components
3844

3945
# Build CRA test app and move to dist folder. Store the size of the build in a text file.
4046
yarn build | tee build-stats.txt

scripts/verdaccio-build-s2-next.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ echo 'build Spectrum 2 + Next.js test app'
3434
cd examples/s2-next-macros
3535
yarn config set npmRegistryServer $registry
3636
yarn install --no-immutable
37+
yarn up @react-spectrum/s2
3738
VERDACCIO=true yarn build
3839
mv out ../../$verdaccio_path/s2-next-macros
3940

scripts/verdaccio-build-s2-parcel.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ echo 'build Spectrum 2 + Parcel test app'
3535
cd examples/s2-parcel-example
3636
yarn config set npmRegistryServer $registry
3737
yarn install --no-immutable
38+
yarn up @react-spectrum/s2
3839
yarn build --public-url ./
3940
mv dist ../../$verdaccio_path/s2-parcel-example
4041

scripts/verdaccio-build-s2-webpack.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ echo 'build Spectrum 2 + Webpack test app'
3434
cd examples/s2-webpack-5-example
3535
yarn config set npmRegistryServer $registry
3636
yarn install --no-immutable
37+
yarn up @react-spectrum/s2
3738
yarn build
3839
mv dist ../../$verdaccio_path/s2-webpack-5-example
3940

scripts/verdaccio-build-webpack-4.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ cd examples/rsp-webpack-4
3636
node ./scripts/prepareForProd.mjs
3737
yarn config set npmRegistryServer $registry
3838
yarn install --no-immutable
39+
yarn up @react-spectrum/s2
3940
yarn jest
4041

4142
# Build Webpack 4 test app and move to dist folder. Store the size of the build in a text file.

0 commit comments

Comments
 (0)