aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/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 /apps/web/package.json
parent39358b1517a06b90b9886a648ce1c595d1556c8e (diff)
downloadkarakeep-eb0d82159060ff8c278172d01725076a9eef30c0.tar.zst
Revert "ci: Run tests on push (#807)" (#808)
This reverts commit 39358b1517a06b90b9886a648ce1c595d1556c8e.
Diffstat (limited to 'apps/web/package.json')
-rw-r--r--apps/web/package.json1
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",