fix(npm): harden baseline publication

This commit is contained in:
imccyu
2026-08-04 22:01:50 +08:00
parent b7c0e4ea08
commit 958e1bd157
7 changed files with 236 additions and 33 deletions

View File

@@ -22,7 +22,9 @@
"lib/index.js",
"lib/invariant.js",
"scripts/ensure-spawn-helper.mjs",
"lib/types/**/*.d.ts"
"lib/types/**/*.d.ts",
"lib/types/**/*.d.ts.map",
"src"
],
"scripts": {
"postinstall": "node scripts/ensure-spawn-helper.mjs"