aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorMohamed Bassem <me@mbassem.com>2025-01-02 15:25:51 +0200
committerGitHub <noreply@github.com>2025-01-02 15:25:51 +0200
commiteb0d82159060ff8c278172d01725076a9eef30c0 (patch)
tree3e91a26863a1476059bbac111f6d6bf39a909fba /package.json
parent39358b1517a06b90b9886a648ce1c595d1556c8e (diff)
downloadkarakeep-eb0d82159060ff8c278172d01725076a9eef30c0.tar.zst
Revert "ci: Run tests on push (#807)" (#808)
This reverts commit 39358b1517a06b90b9886a648ce1c595d1556c8e.
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/package.json b/package.json
index c9ad5633..66bfbaee 100644
--- a/package.json
+++ b/package.json
@@ -19,8 +19,7 @@
"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",
- "test": "turbo --no-daemon test --continue"
+ "typecheck": "turbo --no-daemon typecheck"
},
"devDependencies": {
"@hoarder/prettier-config": "workspace:^0.1.0",