diff --git a/package.json b/package.json index 9c2094e..54a028b 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "build": "pnpm --filter @familysync/api build && pnpm --filter @familysync/pwa build", "test": "pnpm --filter @familysync/api test", "test:e2e": "pnpm --filter @familysync/pwa test:e2e", - "lint": "pnpm -r lint", + "lint": "pnpm -r --if-present lint", "typecheck": "pnpm -r typecheck" } }