diff options
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" |
