Skip to content

Commit

Permalink
ci: build project before calculating bundle size
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Jun 11, 2023
1 parent f9acc20 commit ce096da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/autofix.yml
Expand Up @@ -36,6 +36,9 @@ jobs:
- name: Test (unit)
run: pnpm test:unit -u

- name: Run build
run: pnpm build

- name: Update bundle size
run: pnpm vitest run bundle -u

Expand Down

0 comments on commit ce096da

Please sign in to comment.