chore: 移除 package.json 中的 preinstall 脚本

This commit is contained in:
afoim
2025-07-20 06:31:46 +08:00
parent 089315ef54
commit 3f09b97146

View File

@@ -11,8 +11,7 @@
"type-check": "tsc --noEmit --isolatedDeclarations",
"new-post": "node scripts/new-post.js",
"format": "biome format --write ./src",
"lint": "biome check --write ./src",
"preinstall": "npx only-allow pnpm"
"lint": "biome check --write ./src"
},
"dependencies": {
"@astrojs/check": "^0.9.4",