Skip to content

Commit

Permalink
workflow: allow empty commits when updating the snapshot before publi…
Browse files Browse the repository at this point in the history
…shing
  • Loading branch information
sodatea committed Jun 14, 2022
1 parent 1537425 commit 1fb74eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/prepublish.mjs
Expand Up @@ -24,5 +24,5 @@ await $`git push --follow-tags`
const projectRoot = path.resolve(__dirname, '../')
cd(projectRoot)
await $`git add playground`
await $`git commit -m 'chore: update snapshot'`
await $`git commit -m 'chore: update snapshot' --allow-empty`
await $`git push --follow-tags`

0 comments on commit 1fb74eb

Please sign in to comment.