diff --git a/package.json b/package.json index f27634e6..342cb95b 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,7 @@ "lint": "turbo run lint", "fix": "turbo run fix", "test": "turbo run test --no-cache --concurrency=1", + "test:unit": "turbo run test:unit --no-cache --concurrency=1", "prepare": "husky install" }, "devDependencies": {