We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2455ba commit f8a97ddCopy full SHA for f8a97dd
1 file changed
.github/workflows/ci.yaml
@@ -30,6 +30,8 @@ jobs:
30
cache: "pnpm"
31
- name: Install dependencies
32
run: pnpm install
33
+ - name: Stub
34
+ run: pnpm dev:prepare
35
- name: Unittesting
36
run: pnpm test
37
- name: Linting
0 commit comments