build: fixes release build
Switch to semantic release didnt commit compiled output
This commit is contained in:
@@ -10,7 +10,12 @@
|
||||
[
|
||||
"@semantic-release/git",
|
||||
{
|
||||
"assets": ["CHANGELOG.md", "package.json", "package-lock.json"]
|
||||
"assets": [
|
||||
"index.js",
|
||||
"CHANGELOG.md",
|
||||
"package.json",
|
||||
"package-lock.json"
|
||||
]
|
||||
}
|
||||
],
|
||||
"@semantic-release/github",
|
||||
|
Reference in New Issue
Block a user