This commit is contained in:
Aj Wazzan
2025-03-16 22:26:56 -07:00
parent 8c4257fe76
commit 698b3736f7

View File

@@ -8,7 +8,7 @@
"build": "turbo run build",
"start": "turbo run start",
"lint": "turbo run lint",
"format": "prettier --write .",
"format": "prettier --write {apps/**/*.{ts,tsx},packages/**/*.{ts}}",
"check": "bun run check:format && bun run lint",
"check:format": "prettier . --check",
"prepare": "husky",