aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 6effc7a8..cf2de668 100644
--- a/package.json
+++ b/package.json
@@ -18,6 +18,7 @@
"format:fix": "turbo --no-daemon format:fix --continue",
"lint": "turbo --no-daemon lint --continue",
"lint:fix": "turbo --no-daemon lint:fix --continue",
+ "test": "turbo --no-daemon test",
"typecheck": "turbo --no-daemon typecheck",
"preflight": "turbo run --no-daemon typecheck lint format",
"preflight:fix": "turbo run --no-daemon typecheck lint:fix format:fix"