From 87ba6b5d038660ef105e6b3fa4ef038f5baa6cca Mon Sep 17 00:00:00 2001 From: Smit Date: Fri, 9 Jun 2023 17:58:46 +0530 Subject: [PATCH] Fixed while running hatch run lint-js --fix --- src/js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/package.json b/src/js/package.json index dc6dc7fca..a9d84814b 100644 --- a/src/js/package.json +++ b/src/js/package.json @@ -4,7 +4,7 @@ "publish": "npm --workspaces publish", "test": "npm --workspaces test", "build": "npm --workspaces run build", - "format": "npm run prettier -- --write && npm run eslint -- --fix", + "fix:format": "npm run prettier -- --write && npm run eslint -- --fix", "check:format": "npm run prettier -- --check && npm run eslint", "check:tests": "npm --workspaces run check:tests", "check:types": "npm --workspaces run check:types",