How pnpm handles the scripts
field of package.json
.
Scripts du cycle de vie
pnpm:devPreinstall
Runs only on local pnpm install
.
S'exécute avant l'installation de toute dépendance.
This script is executed only when set in the root project's package.json
.