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 b001137
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 @@ -8,6 +8,14 @@ jobs:

steps:
- uses: actions/checkout@v2

- 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"
- uses: preactjs/compressed-size-action@v2
with:
build-script: 'build'
Expand Down

0 comments on commit b001137

Please sign in to comment.