Skip to content

Commit 1fc49eb

Browse files
committed
chore: should also push tags before publishing
1 parent 1b7da6b commit 1fc49eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/prepublish.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ const projectRoot = path.resolve(__dirname, '../')
2525
cd(projectRoot)
2626
await $`git add playground`
2727
await $`git commit -m 'chore: update snapshot'`
28-
await $`git push`
28+
await $`git push --follow-tags`

0 commit comments

Comments
 (0)