Skip to content

Commit 5da088f

Browse files
pquentingithub-actions[bot]
authored andcommitted
Silence formatting output (#3165)
Today, `make spec-format-fix` (a dependency of make contrib) nearly prints 2000 lines of output, which isn't useful while making the validation errors less visible. (cherry picked from commit ca815c4)
1 parent 045e675 commit 5da088f

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)