Skip to content

Commit 49174f0

Browse files
committed
Update paths
1 parent 7e6db38 commit 49174f0

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

scripts/verdaccio.sh

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,11 @@ then
9898
yarn install
9999
yarn jest
100100

101-
# Build CRA test app and move to dist folder. Store the size of the build in a text file.
101+
# Build Webpack 4 test app and move to dist folder. Store the size of the build in a text file.
102102
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
103+
du -ka dist/ | tee -a webpack-4-build-stats.txt
104+
mv webpack-4-build-stats.txt ../../$verdaccio_path/publish-stats
105+
mv dist ../../$verdaccio_path/webpack-4
107106

108107
# install packages in NextJS test app
109108
cd ../../examples/rsp-next-ts

0 commit comments

Comments
 (0)