Skip to content

Commit

Permalink
ci: add typecheck:ci script
Browse files Browse the repository at this point in the history
  • Loading branch information
marcalexiei committed Dec 14, 2024
1 parent 9367336 commit 48de0bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: true
matrix:
script: [format, lint, typecheck]
script: ["format", "lint", "typecheck:ci"]

steps:
- name: Checkout repo
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
"now-build": "pnpm run build",
"start": "next start",
"typecheck": "tsc --noEmit",
"typecheck:ci": "next build --no-lint && tsc --noEmit",
"prepare": "husky install"
},
"lint-staged": {
Expand Down

0 comments on commit 48de0bb

Please sign in to comment.