Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1fc49eb

Browse files
committed
chore: should also push tags before publishing
1 parent1b7da6b commit1fc49eb

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)

[8]ページ先頭

©2009-2025 Movatter.jp