aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 66bfbaee..c9ad5633 100644
--- a/package.json
+++ b/package.json
@@ -19,7 +19,8 @@
"lint:fix": "turbo --no-daemon lint --continue -- --fix --cache-location node_modules/.cache/.eslintcache",
"lint:ws": "pnpm dlx sherif@latest",
"postinstall": "pnpm lint:ws",
- "typecheck": "turbo --no-daemon typecheck"
+ "typecheck": "turbo --no-daemon typecheck",
+ "test": "turbo --no-daemon test --continue"
},
"devDependencies": {
"@hoarder/prettier-config": "workspace:^0.1.0",