Skip to content

Commit d2e60a4

Browse files
committed
fix webpack 4 app
1 parent 37e6c89 commit d2e60a4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/verdaccio-build-webpack-4.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ 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
39+
yarn up @adobe/react-spectrum
40+
yarn up @react-spectrum/provider
41+
yarn up @spectrum-icons/workflow
4042
yarn jest
4143

4244
# 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)