mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 00:23:53 +00:00
ci: build project before calculating bundle size
This commit is contained in:
parent
f9acc20bef
commit
ce096da965
3
.github/workflows/autofix.yml
vendored
3
.github/workflows/autofix.yml
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user