From dcecf96b2f904539edbe80a9e705d1cb8f419463 Mon Sep 17 00:00:00 2001 From: Saidev Dhal Date: Thu, 7 Nov 2024 12:39:33 +0530 Subject: [PATCH] fix workflow linting force --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a89a0e6..af1b035 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "dev:www": "turbo --filter=plura-www dev", "dev:app": "turbo --filter=plura-app dev", "dev:api": "turbo --filter=plura-api dev", - "lint": "turbo run lint", + "lint": "turbo run lint --force", "lint:fix": "turbo run lint:fix", "test": "turbo run test --force", "typecheck": "turbo run typecheck",