본문으로 건너뛰기
버전: 9.x

스크립트

How pnpm handles the scripts field of package.json.

라이프사이클 스크립트

pnpm:devPreinstall

Runs only on local pnpm install.

의존성이 설치되기 전에 실행됩니다.

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