Skip to content

Commit

Permalink
Merge pull request #87 from mareklibra/prettier.fix
Browse files Browse the repository at this point in the history
chore: add prettier:fix npm script
  • Loading branch information
batzionb authored Nov 27, 2024
2 parents 6e8faef + 1ea3106 commit 4aa876e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions workspaces/orchestrator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 4aa876e

Please sign in to comment.