aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/package.json
diff options
context:
space:
mode:
authorMohamed Bassem (aider) <me@mbassem.com>2024-12-31 12:27:09 +0000
committerMohamed Bassem <me@mbassem.com>2024-12-31 12:33:48 +0000
commit17af22bb6df42e1f42809261db3eda45fb2ffe3f (patch)
tree21e8371f8c60166391740356c652d6a370c70cdb /apps/web/package.json
parent4edea5656a13a1d884f7815034628e54a96f74d8 (diff)
downloadkarakeep-17af22bb6df42e1f42809261db3eda45fb2ffe3f.tar.zst
chore: add format:fix and lint:fix scripts to all packages
Diffstat (limited to 'apps/web/package.json')
-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",