Skip to content

Commit 5f0f88f

Browse files
committed
ci: prepare environment in lint step
1 parent 1a17c0c commit 5f0f88f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
- name: 📦 Install dependencies
2323
run: pnpm install
2424

25+
- run: pnpm dev:prepare
26+
2527
- name: 🔠 Lint project
2628
run: pnpm lint
2729

0 commit comments

Comments
 (0)