We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b7da6b commit 1fc49ebCopy full SHA for 1fc49eb
scripts/prepublish.mjs
@@ -25,4 +25,4 @@ const projectRoot = path.resolve(__dirname, '../')
25
cd(projectRoot)
26
await $`git add playground`
27
await $`git commit -m 'chore: update snapshot'`
28
-await $`git push`
+await $`git push --follow-tags`
0 commit comments