Skip to content

Commit

Permalink
Merge pull request #740 from hackclub/add-fmt
Browse files Browse the repository at this point in the history
Add fmt command
  • Loading branch information
maxwofford authored Nov 13, 2024
2 parents 3341933 + 63cfb89 commit b3e7599
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file modified bun.lockb
Binary file not shown.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
"lint": "next lint",
"fmt": "prettier --write ."
},
"dependencies": {
"@hackclub/icons": "^0.0.15",
Expand Down

0 comments on commit b3e7599

Please sign in to comment.