Skip to content

Commit

Permalink
ci: run dev prepare script after install
Browse files Browse the repository at this point in the history
  • Loading branch information
Hrdtr committed Jan 11, 2024
1 parent c6033d7 commit 2cf8ea8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
${{ runner.os }}-pnpm-store-
- name: Install dependencies
run: pnpm install
run: pnpm install && pnpm dev:prepare

- name: Test
run: pnpm typecheck
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
${{ runner.os }}-pnpm-store-
- name: Install dependencies
run: pnpm install
run: pnpm install && pnpm dev:prepare

- name: Lint
run: pnpm lint
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
${{ runner.os }}-pnpm-store-
- name: Install dependencies
run: pnpm install
run: pnpm install && pnpm dev:prepare

- name: Test
run: pnpm test

0 comments on commit 2cf8ea8

Please sign in to comment.