Skip to content

Commit 7f2b63a

Browse files
[Backport 8.x] Silence formatting output (#3169)
Co-authored-by: Quentin Pradet <quentin.pradet@elastic.co>
1 parent 468d8fe commit 7f2b63a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"scripts": {
77
"lint": "ts-standard src",
88
"lint:fix": "ts-standard --fix src",
9-
"format:check": "prettier --config .prettierrc.json --check ../specification/",
10-
"format:fix": "prettier --config .prettierrc.json --write ../specification/",
9+
"format:check": "prettier --config .prettierrc.json --loglevel warn --check ../specification/",
10+
"format:fix": "prettier --config .prettierrc.json --loglevel warn --write ../specification/",
1111
"generate-schema": "ts-node src/index.ts",
1212
"transform-expand-generics": "ts-node src/transform/expand-generics.ts",
1313
"transform-to-openapi": "ts-node src/transform/schema-to-openapi.ts",

0 commit comments

Comments
 (0)