Что всё?
Мне нужно передать значение переменной вот здесь:
'fix: %npm_config_comment%'
"git add . && git commit -m 'fix: '${npm_config_comment}"
npm_config_comment='my comment' npm run fix
"git add . && node ./parse-args.js && git commit -m 'fix: '${npm_config_comment}"
"git add . && node ./run-git-with-custom-args.js"
See Install.txt for installation