跳至主要内容

[指令] pnpm

$ pnpm install
$ pnpm add typescript -w # --workspace-root

# monorepo
$ pnpm --filter <package_selector> <command> # 限制只在特定的 package 執行指令
$ pnpm --filter @packages/marketing start
$ pnpm add express --filter @monorepo/http