Skip to content

Commit c908a01

Browse files
committed
drop typecheck - example doesn't have tsconfig.json
1 parent 1940f05 commit c908a01

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
@@ -22,7 +22,7 @@
2222
"predev": "npm run dev:backend -- --until-success",
2323
"clean": "rm -rf dist *.tsbuildinfo",
2424
"build": "tsc --project ./tsconfig.build.json",
25-
"typecheck": "tsc --noEmit && tsc -p example && tsc -p example/convex",
25+
"typecheck": "tsc --noEmit && tsc -p example/convex",
2626
"lint": "eslint .",
2727
"all": "run-p -r 'dev:*' 'test:watch'",
2828
"test": "vitest run --typecheck",

0 commit comments

Comments
 (0)