aboutsummaryrefslogtreecommitdiffstats
path: root/packages/shared
diff options
context:
space:
mode:
Diffstat (limited to 'packages/shared')
-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": {