在我,package.json我有这个
"scripts": {
"start": "gulp serve",
"git": "git add . && git commit -m 'some-message' && git push --all"
},
Run Code Online (Sandbox Code Playgroud)
在我运行的终端npm run git中,推送更改.但是如何动态更改提交消息?例如npm run git MESSAGE='another commit'