Remove pinst

This commit is contained in:
2026-02-12 23:03:18 +04:00
parent 49ce40cd7f
commit 369595c2de
2 changed files with 1 additions and 14 deletions

View File

@@ -6,9 +6,7 @@
"packages/*"
],
"scripts": {
"postinstall": "husky",
"prepack": "pinst --disable",
"postpack": "pinst --enable"
"postinstall": "husky"
},
"devDependencies": {
"@advdominion/eslint-config": "workspace:*",
@@ -16,7 +14,6 @@
"husky": "^9.1.7",
"lerna": "^9.0.4",
"lint-staged": "^16.2.7",
"pinst": "^3.0.0",
"prettier": "^3.8.1"
}
}