aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorMohamedBassem <me@mbassem.com>2024-09-21 12:32:34 +0000
committerMohamedBassem <me@mbassem.com>2024-09-21 12:32:34 +0000
commit55201db5af0125de5c9fd1f02ece3e2fe42fd25b (patch)
tree52b42245f3ea72ca9cbc232414828614418bd473 /package.json
parente585ce6df855c7f3e53b2730990143691eb8e41b (diff)
downloadkarakeep-55201db5af0125de5c9fd1f02ece3e2fe42fd25b.tar.zst
deps: Upgrade nextjs to 14.2.13
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json
index cdf3ffc1..82dee334 100644
--- a/package.json
+++ b/package.json
@@ -13,10 +13,10 @@
"workers": "pnpm --filter @hoarder/workers run start",
"web": "pnpm --filter @hoarder/web run dev",
"prepare": "husky",
- "format": "turbo --no-daemon format --continue -- --cache --cache-location node_modules/.cache/.prettiercache",
- "format:fix": "turbo --no-daemon format --continue -- --write --cache --cache-location node_modules/.cache/.prettiercache",
- "lint": "turbo --no-daemon lint --continue -- --cache --cache-location node_modules/.cache/.eslintcache",
- "lint:fix": "turbo --no-daemon lint --continue -- --fix --cache --cache-location node_modules/.cache/.eslintcache",
+ "format": "turbo --no-daemon format --continue -- --cache-location node_modules/.cache/.prettiercache",
+ "format:fix": "turbo --no-daemon format --continue -- --write --cache-location node_modules/.cache/.prettiercache",
+ "lint": "turbo --no-daemon lint --continue -- --cache-location node_modules/.cache/.eslintcache",
+ "lint:fix": "turbo --no-daemon lint --continue -- --fix --cache-location node_modules/.cache/.eslintcache",
"lint:ws": "pnpm dlx sherif@latest",
"postinstall": "pnpm lint:ws",
"typecheck": "turbo --no-daemon typecheck"