Skip to content

Commit

Permalink
ci: generate type stubs before tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JaZo committed Feb 19, 2024
1 parent cf6ae70 commit 78ad904
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Generate type stubs
run: npm run dev:prepare

- name: Build playground
run: npm run dev:build

Expand Down

0 comments on commit 78ad904

Please sign in to comment.