aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorMohamed Bassem <me@mbassem.com>2025-01-02 15:16:48 +0200
committerGitHub <noreply@github.com>2025-01-02 15:16:48 +0200
commit39358b1517a06b90b9886a648ce1c595d1556c8e (patch)
tree60103dae88acaf549fb684b7cfc65f8c133a5bc4 /package.json
parent3bcb1e10d3e97309ff8ede707dc5c3c057ba27ca (diff)
downloadkarakeep-39358b1517a06b90b9886a648ce1c595d1556c8e.tar.zst
ci: Run tests on push (#807)
* ci: Run tests on push * disable drizzle logging in tests * run db migrations in trpc tests
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 66bfbaee..c9ad5633 100644
--- a/package.json
+++ b/package.json
@@ -19,7 +19,8 @@
"lint:fix": "turbo --no-daemon lint --continue -- --fix --cache-location node_modules/.cache/.eslintcache",
"lint:ws": "pnpm dlx sherif@latest",
"postinstall": "pnpm lint:ws",
- "typecheck": "turbo --no-daemon typecheck"
+ "typecheck": "turbo --no-daemon typecheck",
+ "test": "turbo --no-daemon test --continue"
},
"devDependencies": {
"@hoarder/prettier-config": "workspace:^0.1.0",