We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37e6c89 commit d2e60a4Copy full SHA for d2e60a4
scripts/verdaccio-build-webpack-4.sh
@@ -36,7 +36,9 @@ cd examples/rsp-webpack-4
36
node ./scripts/prepareForProd.mjs
37
yarn config set npmRegistryServer $registry
38
yarn install --no-immutable
39
-yarn up @react-spectrum/s2
+yarn up @adobe/react-spectrum
40
+yarn up @react-spectrum/provider
41
+yarn up @spectrum-icons/workflow
42
yarn jest
43
44
# Build Webpack 4 test app and move to dist folder. Store the size of the build in a text file.
0 commit comments