Skip to content

Commit 3e32b7d

Browse files
Replace lint web with lint all
1 parent febb983 commit 3e32b7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@ jobs:
5656
- name: Run tests - mcp-server
5757
run: npm run test --workspace=@turn-based-mcp/mcp-server
5858

59-
- name: Lint web package
60-
run: npm run lint --workspace=@turn-based-mcp/web
59+
- name: Lint all packages
60+
run: npm run lint:all

0 commit comments

Comments
 (0)