"scripts": {
"fix": "git add . && git commit -m 'fix: '%npm_config_comment%",
"feat": "",
"release": ""
},
npm run fix --comment=text
npm run fix --comment="text"
npm run fix --comment='text'
error: pathspec ''text' did not match any file(s) known to git
"fix": "git add . && git commit -m \"fix: %npm_config_name%\" && git status && git tag"
npm run fix --name="text 123"