1. 首页
  2. 数据库
  3. 其它
  4. xarc run:npm同时并串行运行脚本等等 源码

xarc run:npm同时并串行运行脚本等等 源码

上传者: 2021-02-15 23:05:25上传 ZIP文件 62.74KB 热度 11次
@ xarc /运行 npm run增强。 与npm run兼容 同时或顺序运行它们 用JavaScript扩展它们 用名称空间对它们进行分组 还有 运行 此模块提供命令xrun来运行package.json所有。 您可以同时或串行运行多个它们。 以下是一些示例: 你想做什么 npm命令 xrun命令 运行test npm run test xrun test 同时运行lint并进行test 不适用 xrun lint test 运行lint ,然后test串行test 不适用 xrun --serial lint test 选项的别名: -s :- --serial
下载地址
用户评论