fix(install): allow node-pty scripts with npm 12

This commit is contained in:
Federico Jaramillo Martinez
2026-07-20 11:57:39 +02:00
parent 4ca4a1d096
commit b48b147b5b
19 changed files with 396 additions and 20 deletions
+1
View File
@@ -46,6 +46,7 @@
"clean": "node -e \"require('node:fs').rmSync('dist', { recursive: true, force: true })\"",
"prepack": "npm run build",
"pack:dry": "npm pack --dry-run",
"smoke:package-install": "node scripts/smoke-package-install.mjs",
"prepublishOnly": "npm run verify",
"publish:npm": "npm publish --access public",
"prepare": "node scripts/install-git-hooks.mjs",