Skip to content

Commit c016d15

Browse files
committedMar 28, 2023
ci: generate astro types before linting
1 parent 23e6e36 commit c016d15

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎.github/workflows/integration.yml

+4
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ jobs:
5959
- name: Install Playwright browsers
6060
run: pnpx playwright install chromium
6161

62+
- name: Generates TypeScript types
63+
run: pnpm astro sync
64+
working-directory: demo
65+
6266
- name: Lint
6367
run: pnpm lint
6468

0 commit comments

Comments
 (0)
Please sign in to comment.