aboutsummaryrefslogtreecommitdiffstats
path: root/packages/shared/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 /packages/shared/package.json
parent39358b1517a06b90b9886a648ce1c595d1556c8e (diff)
downloadkarakeep-eb0d82159060ff8c278172d01725076a9eef30c0.tar.zst
Revert "ci: Run tests on push (#807)" (#808)
This reverts commit 39358b1517a06b90b9886a648ce1c595d1556c8e.
Diffstat (limited to 'packages/shared/package.json')
-rw-r--r--packages/shared/package.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/shared/package.json b/packages/shared/package.json
index b5a001b9..93d5495a 100644
--- a/packages/shared/package.json
+++ b/packages/shared/package.json
@@ -26,8 +26,7 @@
"format:fix": "prettier . --write --ignore-path ../../.prettierignore",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
- "test": "vitest run",
- "test:watch": "vitest"
+ "test": "vitest"
},
"main": "index.ts",
"eslintConfig": {