Skip to content

Commit

Permalink
feat(package.json): add formatting script
Browse files Browse the repository at this point in the history
  • Loading branch information
MH4GF committed Nov 29, 2024
1 parent 06c1804 commit ab63e60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"scripts": {
"build": "turbo build",
"dev": "turbo dev",
"fmt": "pnpm run '/^fmt:.*/'",
"fmt:syncpack-fix": "syncpack fix-mismatches",
"fmt:syncpack-format": "syncpack format",
"fmt:turbo": "turbo fmt",
Expand Down

0 comments on commit ab63e60

Please sign in to comment.