Skip to content

Commit d9dddb3

Browse files
committed
chore: allow test:types for backend and backend-convex to emit
1 parent 782dd1e commit d9dddb3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apps/backend-convex/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"scripts": {
1010
"lint": "eslint .",
1111
"test": "vitest",
12-
"test:types": "tsc --noEmit --skipLibCheck",
12+
"test:types": "tsc",
1313
"quickcheck": "pnpm run lint && pnpm run test:types",
1414
"check": "pnpm lint && pnpm test:types && vitest run",
1515
"dev": "convex dev",

apps/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"scripts": {
1010
"lint": "eslint .",
1111
"test": "vitest",
12-
"test:types": "tsc --noEmit --skipLibCheck",
12+
"test:types": "tsc",
1313
"quickcheck": "pnpm run lint && pnpm run test:types",
1414
"check": "pnpm lint && pnpm test:types && vitest run --coverage",
1515
"dev": "dotenvx run -f .env.dev.local -f .env.dev -f .env -- tsx watch src/dev.ts",

0 commit comments

Comments
 (0)