From ebe9eb9d974c08c4f74953852ae73901cc604dd9 Mon Sep 17 00:00:00 2001 From: lizzyTheLizard <14069652+lizzyTheLizard@users.noreply.github.com> Date: Wed, 27 Mar 2024 22:06:56 +0100 Subject: [PATCH] try to fix workflow --- lib/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/package.json b/lib/package.json index 289cd15..8acd7be 100644 --- a/lib/package.json +++ b/lib/package.json @@ -4,7 +4,7 @@ "scripts": { "build": "tsc && cpy 'src/**/*.hbs' ../dist && cpy 'src/**/*.yaml' ../dist", "check": "yarn run check:types && yarn run check:lint && yarn run check:test", - "check:lint": "eslint --fix src/**/*.ts", + "check:lint": "eslint src/**/*.ts", "check:test": "jest src/**/*.spec.ts", "check:types": "tsc --noEmit --skipLibCheck", "lint": "eslint --fix src/**/*.ts",