Skip to content

Commit

Permalink
chore: fix prettier log-level flag (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvayngrib authored Jan 30, 2024
1 parent 693e49d commit 89811a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"test:integration": "lerna run test:integration",
"coverage:merge": "lerna run coverage:merge",
"build": "lerna run build",
"format": "prettier --write \"**/*.{json,md,yaml}\" --loglevel warn",
"format:check": "prettier --check \"**/*.{json,md,yaml}\" --loglevel warn",
"format": "prettier --write \"**/*.{json,md,yaml}\" --log-level warn",
"format:check": "prettier --check \"**/*.{json,md,yaml}\" --log-level warn",
"cache:delete": "node ./tools/scripts/cache/delete",
"sync": "./tools/scripts/sync.js"
},
Expand Down

0 comments on commit 89811a7

Please sign in to comment.