Skip to content

Commit

Permalink
chore: re-enable bundle checker now master and branches both use pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra committed Jan 26, 2024
1 parent 7e104dd commit 9573999
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/bundled-size.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ jobs:
- name: Install package.json dependencies with pnpm
run: pnpm install --frozen-lockfile

# auto selects yarn because yarn.lock exists in master :/
# need to re-enable _after_ moving to pnpm
# - uses: preactjs/compressed-size-action@v2
# with:
# build-script: "build-rollup"
# compression: "none"
- uses: preactjs/compressed-size-action@v2
with:
build-script: "build-rollup"
compression: "none"

0 comments on commit 9573999

Please sign in to comment.