Skip to content

Commit

Permalink
Debug attempt 2.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgrammel committed Jan 15, 2024
1 parent cce810a commit 1135d7d
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 @@ -7,7 +7,7 @@
"dev": "turbo dev --no-cache --concurrency 16 --continue",
"lint": "turbo lint",
"prepare": "husky install",
"prettier-check": "prettier --check \"**/*.{js,ts,tsx,md,mdx}\"",
"prettier-check": "prettier --check --debug-check \"**/*.{js,ts,tsx,md,mdx}\"",
"type-check": "turbo type-check",
"prettier-fix": "prettier --write \"**/*.{js,ts,tsx,md,mdx}\"",
"publint": "turbo publint",
Expand Down

0 comments on commit 1135d7d

Please sign in to comment.