Skip to content

Commit c81f994

Browse files
committed
ci: add prepare step
1 parent 81e03cb commit c81f994

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ jobs:
7171
- name: 📦 Install dependencies
7272
run: pnpm install --frozen-lockfile
7373

74+
- name: 🚧 Set up project
75+
run: pnpm dev:prepare
76+
7477
- name: 🛠 Build project
7578
run: pnpm build
7679

0 commit comments

Comments
 (0)