lerna exec -- <command> [..args] # 在所有包中运行该命令# 例如$ lerna exec --scope=npm-list yarn remove listr # 将npm-list 包下的listr 卸载$ lerna exec ...
確定! 回上一頁