chore(ci): fix platform builds
This commit is contained in:
@ -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"
|
||||
],
|
||||
|
Reference in New Issue
Block a user