From d4152643da50db13f9116ac6ac4ef79fd8183bbf Mon Sep 17 00:00:00 2001 From: bpolania Date: Wed, 4 Dec 2024 20:45:10 -0800 Subject: [PATCH] Update package.json --- package.json | 1 + 1 file changed, 1 insertion(+) 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": {