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