chore: 移除 rollup 平台包 postinstall 脚本,平台依赖按需手动安装

This commit is contained in:
thzxx
2026-08-09 16:52:17 +08:00
parent ee5f35177e
commit 26d54f042b
2 changed files with 1 additions and 57 deletions
+1 -2
View File
@@ -14,8 +14,7 @@
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage",
"prepare": "husky",
"postinstall": "node scripts/ensure-rollup-platform.mjs"
"prepare": "husky"
},
"lint-staged": {
"*.{ts,tsx}": [