diff options
| author | Mohamed Bassem <me@mbassem.com> | 2025-01-02 15:25:51 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-02 15:25:51 +0200 |
| commit | eb0d82159060ff8c278172d01725076a9eef30c0 (patch) | |
| tree | 3e91a26863a1476059bbac111f6d6bf39a909fba /package.json | |
| parent | 39358b1517a06b90b9886a648ce1c595d1556c8e (diff) | |
| download | karakeep-eb0d82159060ff8c278172d01725076a9eef30c0.tar.zst | |
Revert "ci: Run tests on push (#807)" (#808)
This reverts commit 39358b1517a06b90b9886a648ce1c595d1556c8e.
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
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", |
