We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
typecheck:ci
1 parent 9367336 commit 48de0bbCopy full SHA for 48de0bb
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
strategy:
21
fail-fast: true
22
matrix:
23
- script: [format, lint, typecheck]
+ script: ["format", "lint", "typecheck:ci"]
24
25
steps:
26
- name: Checkout repo
package.json
@@ -66,6 +66,7 @@
66
"now-build": "pnpm run build",
67
"start": "next start",
68
"typecheck": "tsc --noEmit",
69
+ "typecheck:ci": "next build --no-lint && tsc --noEmit",
70
"prepare": "husky install"
71
},
72
"lint-staged": {
0 commit comments