We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b1ce54 commit 4ef6a84Copy full SHA for 4ef6a84
package.json
@@ -19,7 +19,9 @@
19
"db:push": "drizzle-kit push",
20
"db:studio": "drizzle-kit studio",
21
"husky": "pnpm run format && pnpm run test",
22
- "test": "tsc && pnpm run lint && pnpm run test:smoke",
+ "test": "run-p test:tsc test:lint test:smoke",
23
+ "test:tsc": "tsc",
24
+ "test:lint": "pnpm run lint",
25
"test:smoke": "tsx tests/smoke.ts",
26
"test:smoke:ci": "tsx tests/smoke.ts --server",
27
"test:e2e": "playwright test",
0 commit comments