Skip to content

Commit 9746a3f

Browse files
Restore type check on lint
1 parent b9a02b3 commit 9746a3f

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ jobs:
3030
- name: Lint
3131
run: pnpm --color lint
3232

33-
- name: Type check
34-
run: pnpm --color typecheck
35-
3633
- name: Forbid TODO
3734
run: ./resources/scripts/forbid-todo.sh
3835

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"lint:ts": "oxlint --deny-warnings .",
1818
"lint:style": "stylelint '**/*.{css,scss}' --ignore-path .gitignore",
1919
"lint:fmt": "oxfmt --check .",
20-
"lint": "pnpm lint:meta && pnpm lint:syncpack && pnpm lint:ts && pnpm lint:style && pnpm lint:fmt",
20+
"lint": "pnpm typecheck &&pnpm lint:meta && pnpm lint:syncpack && pnpm lint:ts && pnpm lint:style && pnpm lint:fmt",
2121
"fix:meta": "pnpm meta-updater && pnpm -r exec oxfmt tsconfig.json package.json",
2222
"fix:syncpack": "syncpack fix",
2323
"fix:ts": "oxlint --fix .",

0 commit comments

Comments
 (0)