将变量传递给npm中的自定义脚本

时间:2019-08-30 13:14:19

标签: npm

我为npm编写了一个自定义测试脚本,如下所示:

"scripts": {
    "test": "custom-cli -s <variable> && jest",

我想知道是否有一种方法可以在执行测试时将参数传递给<variable>,以便运行npm run test X会导致运行custom-cli -s X && jest

0 个答案:

没有答案