Skip to content

Commit 5f1c5bb

Browse files
committed
Revert types:check change
Signed-off-by: jamshale <[email protected]>
1 parent 6bf4351 commit 5f1c5bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"scripts": {
1313
"style:check": "biome check --unsafe .",
1414
"style:fix": "pnpm style:check --write",
15-
"types:check": "pnpm -r types:check",
15+
"types:check": "pnpm -r check-types",
1616
"build": "pnpm -r build",
1717
"clean": "pnpm -r clean",
1818
"test": "node --import tsx --test packages/**/tests/*.test.ts",

0 commit comments

Comments
 (0)