Skip to content

Commit ec7d8dd

Browse files
committed
ci: prepare environment before knipping
1 parent 819aeac commit ec7d8dd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ jobs:
4040
- name: Install dependencies
4141
run: pnpm install
4242

43+
- name: Prepare build environment
44+
run: pnpm dev:prepare
45+
4346
- name: Lint
4447
run: pnpm lint
4548

0 commit comments

Comments
 (0)