Skip to content

Commit

Permalink
test...
Browse files Browse the repository at this point in the history
  • Loading branch information
wasanx25 committed Feb 20, 2022
1 parent 56a334c commit bfd67b7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/check-bundle-diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ jobs:
- run: |
yarn
yarn build
working-directory: frontend
- run: mv artifacts/webpack-stats.json artifacts/webpack-stats-base.json
- run: mv frontend/artifacts/webpack-stats.json frontend/artifacts/webpack-stats-base.json
- uses: actions/upload-artifact@v2
with:
name: stats
Expand All @@ -40,7 +39,6 @@ jobs:
- run: |
yarn
yarn build
working-directory: frontend
- uses: actions/upload-artifact@v2
with:
name: stats
Expand Down

0 comments on commit bfd67b7

Please sign in to comment.