xfgczlglpt_pad_app/auto/preinstall.js

7 lines
229 B
JavaScript
Raw Normal View History

2026-01-16 15:38:08 +08:00
if (!/pnpm/.test(process.env.npm_execpath || '')) {
console.warn(
`\u001b[33mThis repository must using pnpm as the package manager ` +
` for scripts to work properly.\u001b[39m\n`,
)
process.exit(1)
}