lerna run <script> -- [..args] # 在所有包下运行指定 # 例如 $ lerna run test ... 输出 $ lerna run --scope my-component test # 运行my-component 模块下的test ...
確定! 回上一頁