pnpm -r, --recursive
Aliases: m
, multi
, recursive
, <command> -r
다음 명령과 함께 사용할 때 작업 공간의 모든 프로젝트에서 명령을 실행합니다.
install
list
outdated
publish
pack
rebuild
remove
unlink
update
why
다음 명령과 함께 사용되는 경우 루트 프로젝트 를 제외하고 워크스페이스의 모든 프로젝트에서 명령을 실행합니다.
exec
run
test
add
If you want the root project be included even when running scripts, set the includeWorkspaceRoot setting to true
.
사용 예:
pnpm -r publish