Skip to content

Commit

Permalink
chore: set prettier log level to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
konclave authored Nov 7, 2024
1 parent 0c3a7f1 commit 5f199f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"format": "prettier \"**/*.{tsx,ts,md}\" --write",
"test:types": "tsc --noEmit",
"test:lint": "eslint \"**/*.{tsx,ts}\"",
"test:format": "prettier \"**/*.{tsx,ts,md}\" --check",
"test:format": "prettier \"**/*.{tsx,ts,md}\" --check --log-level=debug",
"postinstall": "husky install",
"precommit": "lint-staged"
},
Expand Down

0 comments on commit 5f199f9

Please sign in to comment.