diff --git a/bun.lockb b/bun.lockb index 4a1a50f4..ac490576 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index ea15b243..1d32048b 100644 --- a/package.json +++ b/package.json @@ -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",