From 684ac49510cf71d5aa5ad127e00ad2f9a59edfd7 Mon Sep 17 00:00:00 2001 From: Janne Savolainen Date: Mon, 27 Feb 2023 10:14:46 +0200 Subject: [PATCH] Fix "lint:fix" -command in core Signed-off-by: Janne Savolainen --- packages/core/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/package.json b/packages/core/package.json index 667dcb9e33..83fd3629ce 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -57,7 +57,7 @@ "test:unit": "jest --testPathIgnorePatterns integration", "test:watch": "func() { jest ${1} --watch --testPathIgnorePatterns integration; }; func", "lint": "PROD=true eslint --ext js,ts,tsx --max-warnings=0 .", - "lint:fix": "npm run lint --fix" + "lint:fix": "npm run lint -- --fix" }, "config": { "k8sProxyVersion": "0.3.0",