We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed8dec5 commit 385d941Copy full SHA for 385d941
scripts/prepublish.js
@@ -73,5 +73,5 @@ console.log("All good!")
73
74
const {stdout: changes} = await readGit('status', '--porcelain')
75
if (changes !== '') {
76
- await git('commit', '-am', `"build artefacts"`)
+ await git('commit', '-am', `build artefacts`)
77
}
0 commit comments