aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web
diff options
context:
space:
mode:
Diffstat (limited to 'apps/web')
-rw-r--r--apps/web/package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/web/package.json b/apps/web/package.json
index 96058ece..ec0a3bd2 100644
--- a/apps/web/package.json
+++ b/apps/web/package.json
@@ -12,7 +12,9 @@
"lint": "next lint",
"test": "vitest",
"typecheck": "tsc --noEmit",
- "format": "prettier --check . --ignore-path ../../.gitignore"
+ "format": "prettier --check . --ignore-path ../../.gitignore",
+ "format:fix": "prettier --write . --ignore-path ../../.gitignore",
+ "lint:fix": "next lint --fix"
},
"dependencies": {
"@auth/drizzle-adapter": "^1.4.2",