Skip to content

Commit

Permalink
💚 Install more stuf fin check jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
coyotte508 committed Nov 26, 2023
1 parent 3e5a57f commit d283cdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
mongodb-version: 4.4

- run: corepack enable
- run: pnpm install --filter {./}...
- run: pnpm install --filter {./}... --filter ../..
- run: pnpm run lint-check
- run: pnpm install --filter "@bgs/models"
- run: pnpm install --filter "@bgs/utils"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/game-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
node-version: '20'
- run: corepack enable
- run: pnpm install --filter {./}...
- run: pnpm install --filter {./}... --filter ../..
- run: pnpm run lint-check
- run: pnpm install --filter "@bgs/models"
- run: pnpm run type-check

0 comments on commit d283cdd

Please sign in to comment.