Skip to main content
Version: 11.x

脚本

pnpm 如何处理 package.jsonscripts 字段。

🌐 How pnpm handles the scripts field of package.json.

生命周期脚本

🌐 Lifecycle Scripts

pnpm:devPreinstall

仅在本地 pnpm install 上运行。

🌐 Runs only on local pnpm install.

在安装任何依赖之前运行。

🌐 Runs before any dependency is installed.

只有在根项目的 package.json 中设置时,此脚本才会执行。

🌐 This script is executed only when set in the root project's package.json.