lerna exec -- <command> [..args] # 在所有包中執行該命令# 例如$ lerna exec --scope=npm-list yarn remove listr # 將npm-list 包下的listr 解除 ...
確定! 回上一頁