From 1ea3106b8541456a35ade81212df31467614d9f1 Mon Sep 17 00:00:00 2001 From: Marek Libra Date: Wed, 27 Nov 2024 10:07:01 +0100 Subject: [PATCH] chore: add prettier:fix npm script Signed-off-by: Marek Libra --- workspaces/orchestrator/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/workspaces/orchestrator/package.json b/workspaces/orchestrator/package.json index b0d0b3c58..b225887ed 100644 --- a/workspaces/orchestrator/package.json +++ b/workspaces/orchestrator/package.json @@ -19,6 +19,7 @@ "lint": "backstage-cli repo lint --since origin/main", "lint:all": "backstage-cli repo lint", "prettier:check": "prettier --check .", + "prettier:fix": "prettier --write .", "new": "backstage-cli new --scope @red-hat-developer-hub", "postinstall": "cd ../../ && yarn install" },