We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63b070e commit 544771eCopy full SHA for 544771e
.github/workflows/ci.yml
@@ -37,6 +37,8 @@ jobs:
37
- name: Install dependencies
38
run: pnpm install
39
40
+ - run: pnpm dev:prepare
41
+
42
- name: Build
43
run: pnpm build
44
@@ -66,6 +68,8 @@ jobs:
66
68
67
69
70
71
72
73
- name: Lint
74
run: pnpm lint
75
@@ -95,6 +99,8 @@ jobs:
95
99
96
100
97
101
102
103
98
104
- name: Run Tests
105
run: pnpm test -- --coverage --no-threads
106
0 commit comments