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 /apps | |
| parent | 39358b1517a06b90b9886a648ce1c595d1556c8e (diff) | |
| download | karakeep-eb0d82159060ff8c278172d01725076a9eef30c0.tar.zst | |
Revert "ci: Run tests on push (#807)" (#808)
This reverts commit 39358b1517a06b90b9886a648ce1c595d1556c8e.
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/web/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/web/package.json b/apps/web/package.json index d78b1d4d..ec0a3bd2 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -10,6 +10,7 @@ "build": "next build", "start": "next start", "lint": "next lint", + "test": "vitest", "typecheck": "tsc --noEmit", "format": "prettier --check . --ignore-path ../../.gitignore", "format:fix": "prettier --write . --ignore-path ../../.gitignore", |
