Skip to content

Commit 544771e

Browse files
committed
update ci action
1 parent 63b070e commit 544771e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
- name: Install dependencies
3838
run: pnpm install
3939

40+
- run: pnpm dev:prepare
41+
4042
- name: Build
4143
run: pnpm build
4244

@@ -66,6 +68,8 @@ jobs:
6668
- name: Install dependencies
6769
run: pnpm install
6870

71+
- run: pnpm dev:prepare
72+
6973
- name: Lint
7074
run: pnpm lint
7175

@@ -95,6 +99,8 @@ jobs:
9599
- name: Install dependencies
96100
run: pnpm install
97101

102+
- run: pnpm dev:prepare
103+
98104
- name: Run Tests
99105
run: pnpm test -- --coverage --no-threads
100106

0 commit comments

Comments
 (0)