Skip to main content
Version: 9.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.conf 中设置时才会执行。

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