From 0cfaf125d5eb81759adf10a66377493467378bea Mon Sep 17 00:00:00 2001 From: Jan Starzak Date: Tue, 7 Nov 2023 17:42:13 +0100 Subject: [PATCH] chore: make lintfix work again --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c945623..afd5862 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "build": "lerna run build", "build:changed": "lerna run build --since head --exclude-dependents --stream", "lint": "lerna run --concurrency 4 --stream lint", - "lintfix": "yarn lint --fix", + "lintfix": "yarn lint -- --fix", "lint:changed": "lerna run --since origin/main --include-dependents --concurrency 4 --stream lint", "test": "lerna run test --stream", "___dev": "concurrently \"npm:dev.*\"",