aboutsummaryrefslogtreecommitdiffstats
path: root/packages/shared/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/shared/package.json')
-rw-r--r--packages/shared/package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/shared/package.json b/packages/shared/package.json
index 93d5495a..b5a001b9 100644
--- a/packages/shared/package.json
+++ b/packages/shared/package.json
@@ -26,7 +26,8 @@
"format:fix": "prettier . --write --ignore-path ../../.prettierignore",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
- "test": "vitest"
+ "test": "vitest run",
+ "test:watch": "vitest"
},
"main": "index.ts",
"eslintConfig": {