Skip to content

Commit

Permalink
fix: ci script
Browse files Browse the repository at this point in the history
  • Loading branch information
frytg committed Nov 20, 2024
1 parent 2fb5d79 commit 3bf6ecf
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 @@ -34,7 +34,7 @@ jobs:

- run: npm install

- run: npm run build
- run: npm run build:ts && npm run build:neon

- run: npm run check

Expand All @@ -60,6 +60,6 @@ jobs:

- run: bun install

- run: bun run build
- run: bun run build:ts && bun run build:neon

- run: bun run check

0 comments on commit 3bf6ecf

Please sign in to comment.