Skip to content

Commit c57d15b

Browse files
author
magne
committed
fix: check-ts command in package json
1 parent 796f44d commit c57d15b

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
@@ -26,7 +26,7 @@
2626
"test": "vitest run",
2727
"build": "tsc --project tsconfig.build.json && tsup",
2828
"check": "npm run check-ts && npm run check-lint && npm run check-format && npm run check-spell",
29-
"check-ts": "tsc --noEmit && tsc --project test/tsconfig.json --noEmit",
29+
"check-ts": "tsc --noEmit",
3030
"check-lint": "tsc --noEmit && eslint 'src/**/*.ts' 'test/**/*.ts'",
3131
"check-format": "prettier -c 'src/**/*.ts' 'test/**/*.ts'",
3232
"check-spell": "cspell 'src/**/*ts' 'test/**/*ts'",

0 commit comments

Comments
 (0)