Skip to content

Commit

Permalink
chore: use node_modules when measuring bundle size
Browse files Browse the repository at this point in the history
  • Loading branch information
fsubal committed Feb 25, 2023
1 parent 17f9d71 commit b6cbfc7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/bundle-size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Disable PnP
run: |
sed -i.bak -e "s/nodeLinker: pnp/nodeLinker: node_modules/g" .yarnrc.yml
git clean -f
git commit -am "chore: disable pnp mode"
steps:
- uses: actions/checkout@v2
- uses: preactjs/compressed-size-action@v2
Expand Down

0 comments on commit b6cbfc7

Please sign in to comment.