diff options
| author | MohamedBassem <me@mbassem.com> | 2024-09-21 12:32:34 +0000 |
|---|---|---|
| committer | MohamedBassem <me@mbassem.com> | 2024-09-21 12:32:34 +0000 |
| commit | 55201db5af0125de5c9fd1f02ece3e2fe42fd25b (patch) | |
| tree | 52b42245f3ea72ca9cbc232414828614418bd473 /package.json | |
| parent | e585ce6df855c7f3e53b2730990143691eb8e41b (diff) | |
| download | karakeep-55201db5af0125de5c9fd1f02ece3e2fe42fd25b.tar.zst | |
deps: Upgrade nextjs to 14.2.13
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 8 |
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" |
