Skip to content

Commit

Permalink
ci: simplify pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed Mar 13, 2024
1 parent 4c07802 commit 5a4567c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
node-version: 20
cache: pnpm
- run: pnpm install
- run: pnpm dev:prepare
- run: pnpm run dev:prepare
- run: pnpm run lint

typecheck:
Expand All @@ -33,5 +33,5 @@ jobs:
node-version: 20
cache: pnpm
- run: pnpm install
- run: pnpm dev:prepare
- run: pnpm run dev:prepare
- run: pnpm run test:types

0 comments on commit 5a4567c

Please sign in to comment.