Skip to content

Commit

Permalink
Add fmt command
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwofford committed Nov 13, 2024
1 parent 3341933 commit 63cfb89
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 63cfb89

Please sign in to comment.