ci: need to run npm before git to properly commit changed files
This commit is contained in:
parent
e30ed58fd6
commit
49171241ae
|
@ -8,6 +8,7 @@
|
||||||
"changelogFile": "docs/CHANGELOG.md"
|
"changelogFile": "docs/CHANGELOG.md"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"@semantic-release/npm",
|
||||||
"@semantic-release/git",
|
"@semantic-release/git",
|
||||||
{
|
{
|
||||||
"assets": [
|
"assets": [
|
||||||
|
@ -16,7 +17,6 @@
|
||||||
"npm-shrinkwrap.json"
|
"npm-shrinkwrap.json"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"@semantic-release/npm"
|
|
||||||
],
|
],
|
||||||
"branches": [
|
"branches": [
|
||||||
"master",
|
"master",
|
||||||
|
|
Loading…
Reference in New Issue