Skip to content

Commit

Permalink
[Backport 8.16] Silence formatting output (#3170)
Browse files Browse the repository at this point in the history
Co-authored-by: Quentin Pradet <[email protected]>
  • Loading branch information
github-actions[bot] and pquentin authored Nov 22, 2024
1 parent 045e675 commit b4083dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"scripts": {
"lint": "ts-standard src",
"lint:fix": "ts-standard --fix src",
"format:check": "prettier --config .prettierrc.json --check ../specification/",
"format:fix": "prettier --config .prettierrc.json --write ../specification/",
"format:check": "prettier --config .prettierrc.json --loglevel warn --check ../specification/",
"format:fix": "prettier --config .prettierrc.json --loglevel warn --write ../specification/",
"generate-schema": "ts-node src/index.ts",
"transform-expand-generics": "ts-node src/transform/expand-generics.ts",
"transform-to-openapi": "ts-node src/transform/schema-to-openapi.ts",
Expand Down

0 comments on commit b4083dc

Please sign in to comment.