mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
fix(ci): fix paths
This commit is contained in:
committed by
Łukasz Mierzwa
parent
c10ac05e49
commit
70e5b23d82
@@ -6,12 +6,12 @@ set -o pipefail
|
||||
git fetch origin main
|
||||
git reset --hard FETCH_HEAD
|
||||
|
||||
make -C ui build/stats.json
|
||||
make -C ui dist/stats.json
|
||||
mv ui/dist/stats.json main.json
|
||||
|
||||
make clean
|
||||
git reset --hard ${GITHUB_SHA}
|
||||
make -C ui build/stats.json
|
||||
make -C ui dist/stats.json
|
||||
|
||||
./scripts/cra-bundle-stats-diff.py main.json ui/dist/stats.json | tee diff.html
|
||||
./scripts/pr-comment.py "Webpack bundle size diff" diff.html html
|
||||
|
||||
Reference in New Issue
Block a user