Skip to content

Commit 4ef6a84

Browse files
committed
faster tests
1 parent 2b1ce54 commit 4ef6a84

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@
1919
"db:push": "drizzle-kit push",
2020
"db:studio": "drizzle-kit studio",
2121
"husky": "pnpm run format && pnpm run test",
22-
"test": "tsc && pnpm run lint && pnpm run test:smoke",
22+
"test": "run-p test:tsc test:lint test:smoke",
23+
"test:tsc": "tsc",
24+
"test:lint": "pnpm run lint",
2325
"test:smoke": "tsx tests/smoke.ts",
2426
"test:smoke:ci": "tsx tests/smoke.ts --server",
2527
"test:e2e": "playwright test",

0 commit comments

Comments
 (0)