Skip to content

Commit 385d941

Browse files
committed
cosmetic script output tweak
1 parent ed8dec5 commit 385d941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/prepublish.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,5 @@ console.log("All good!")
7373

7474
const {stdout: changes} = await readGit('status', '--porcelain')
7575
if (changes !== '') {
76-
await git('commit', '-am', `"build artefacts"`)
76+
await git('commit', '-am', `build artefacts`)
7777
}

0 commit comments

Comments
 (0)