Skip to content

Commit f8a97dd

Browse files
committed
fix: add stub
1 parent a2455ba commit f8a97dd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
cache: "pnpm"
3131
- name: Install dependencies
3232
run: pnpm install
33+
- name: Stub
34+
run: pnpm dev:prepare
3335
- name: Unittesting
3436
run: pnpm test
3537
- name: Linting

0 commit comments

Comments
 (0)