Skip to content

Commit a06b515

Browse files
committed
chore: lint-staged tsc
Signed-off-by: Adam Setch <adam.setch@outlook.com>
1 parent 4db2479 commit a06b515

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,9 @@
148148
},
149149
"lint-staged": {
150150
"*": "biome check --no-errors-on-unmatched",
151-
"*.{js,ts,tsx}": "pnpm test --changed --passWithNoTests --update"
151+
"*.{js,ts,tsx}": [
152+
"bash -c 'tsc --noEmit",
153+
"pnpm test --changed --passWithNoTests --update"
154+
]
152155
}
153156
}

0 commit comments

Comments
 (0)