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 7e6db38 commit 49174f0Copy full SHA for 49174f0
scripts/verdaccio.sh
@@ -98,12 +98,11 @@ then
98
yarn install
99
yarn jest
100
101
- # Build CRA test app and move to dist folder. Store the size of the build in a text file.
+ # Build Webpack 4 test app and move to dist folder. Store the size of the build in a text file.
102
yarn build | tee build-stats.txt
103
- du -ka dist/ | tee -a build-stats.txt
104
- mkdir -p ../../$verdaccio_path/publish-stats
105
- mv build-stats.txt ../../
106
- mv dist ../../$verdaccio_path
+ du -ka dist/ | tee -a webpack-4-build-stats.txt
+ mv webpack-4-build-stats.txt ../../$verdaccio_path/publish-stats
+ mv dist ../../$verdaccio_path/webpack-4
107
108
# install packages in NextJS test app
109
cd ../../examples/rsp-next-ts
0 commit comments