mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-25 23:22:02 +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)
|
- name: Test (unit)
|
||||||
run: pnpm test:unit -u
|
run: pnpm test:unit -u
|
||||||
|
|
||||||
|
- name: Run build
|
||||||
|
run: pnpm build
|
||||||
|
|
||||||
- name: Update bundle size
|
- name: Update bundle size
|
||||||
run: pnpm vitest run bundle -u
|
run: pnpm vitest run bundle -u
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user