Skip to content

Commit

Permalink
chore: update prettier ci to include debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
Lombardoc4 committed Jul 1, 2024
1 parent 259aaa2 commit 92ff69f
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 @@ -10,7 +10,7 @@
"build": "next build",
"cypress:open": "cypress open",
"format": "prettier --write .",
"format:check": "prettier --check .",
"format:check": "prettier --check --debug-check .",
"lint": "next lint",
"lint:fix": "eslint . --fix && pnpm format",
"lint:strict": "eslint --max-warnings=0",
Expand Down

0 comments on commit 92ff69f

Please sign in to comment.