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", "type-check": "tsc --noEmit --isolatedDeclarations",
"new-post": "node scripts/new-post.js", "new-post": "node scripts/new-post.js",
"format": "biome format --write ./src", "format": "biome format --write ./src",
"lint": "biome check --write ./src", "lint": "biome check --write ./src"
"preinstall": "npx only-allow pnpm"
}, },
"dependencies": { "dependencies": {
"@astrojs/check": "^0.9.4", "@astrojs/check": "^0.9.4",