From 2588d346ff5df4e4b164774823da9a269dc335af Mon Sep 17 00:00:00 2001 From: bpolania Date: Thu, 5 Dec 2024 16:16:06 -0800 Subject: [PATCH] update --- package.json | 2 +- turbo.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 342cb95b..115fecd0 100644 --- a/package.json +++ b/package.json @@ -10,7 +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", + "test:integration": "turbo run test:integration --no-cache --concurrency=1", "prepare": "husky install" }, "devDependencies": { diff --git a/turbo.json b/turbo.json index 755de908..ef22dbd5 100644 --- a/turbo.json +++ b/turbo.json @@ -11,6 +11,7 @@ "lint": {}, "lint:fix": {}, "test": {}, + "test:integration": {}, "dev": { "cache": false, "persistent": true