Skip to content

Commit f2ad8a3

Browse files
committed
chore(ci): run npm before git to persist file changes
1 parent 60eff2f commit f2ad8a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
"branch": "stable",
4444
"plugins": [
4545
"@semantic-release/changelog",
46+
"@semantic-release/npm",
4647
[
4748
"@semantic-release/git",
4849
{
@@ -53,8 +54,7 @@
5354
]
5455
}
5556
],
56-
"@semantic-release/github",
57-
"@semantic-release/npm"
57+
"@semantic-release/github"
5858
]
5959
},
6060
"config": {

0 commit comments

Comments
 (0)