chore(ci): fix platform builds

This commit is contained in:
Alexey Kasyanchuk
2018-02-04 05:39:00 +03:00
parent e8e717992b
commit 547703faa3
3 changed files with 36 additions and 1 deletions

View File

@ -1,9 +1,10 @@
{
"publish": [
"@semantic-release/changelog",
"@semantic-release/npm",
{
"path": "@semantic-release/exec",
"cmd": "brew install rpm && brew install dpkg && brew install jq && npm run build --linux --win --mac"
"cmd": "brew install rpm && brew install dpkg && brew install jq && npm run build -- --linux --win --mac"
},
"@semantic-release/github"
],