Skip to content

Commit ea87ef3

Browse files
authored
Merge branch 'main' into feat/customizable-keyboard-shortcut
2 parents aec98eb + a06b515 commit ea87ef3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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)