Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
push:
branches:
- main
- dev
workflow_dispatch:
workflow_call:

Expand Down Expand Up @@ -47,9 +46,9 @@ jobs:

- name: Typecheck workspaces
run: |
npm run lint:types:check -w packages/shared --if-present
npm run lint:types:check -w apps/web --if-present
npm run lint:types:check -w apps/backend --if-present
npm run lint:types:check -w @nodejs-monorepo/shared --if-present
npm run lint:types:check -w @nodejs-monorepo/web --if-present
npm run lint:types:check -w @nodejs-monorepo/backend --if-present

- name: Build workspaces
run: |
Expand Down
Loading