aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorMohamed Bassem <me@mbassem.com>2025-02-01 15:34:06 +0000
committerMohamed Bassem <me@mbassem.com>2025-02-01 15:34:06 +0000
commit76f4e352b601713ab109b25128e93bdb90200ac1 (patch)
treeee79f6b8b8d2883f4f866ec22a6f04791ecef38e /package.json
parent4862bbcefd23205aa1592ca53d09cee01b730a8b (diff)
downloadkarakeep-76f4e352b601713ab109b25128e93bdb90200ac1.tar.zst
build: Remove sherif from the prod installation path
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/package.json b/package.json
index 66bfbaee..eb8fc9d7 100644
--- a/package.json
+++ b/package.json
@@ -17,8 +17,6 @@
"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"
},
"devDependencies": {
@@ -30,6 +28,7 @@
"husky": "^9.0.11",
"install": "^0.13.0",
"prettier": "^3.4.2",
+ "sherif": "^1.2.0",
"turbo": "^2.1.2"
},
"prettier": "@hoarder/prettier-config",