build: fixes release build

Switch to semantic release didnt commit compiled output
This commit is contained in:
Simone Corsi
2022-05-11 09:30:15 +02:00
parent f70a021b83
commit 55cd9e9c58
3 changed files with 13955 additions and 21363 deletions

View File

@@ -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",