chore(mac): move brew packages to release
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
"@semantic-release/npm",
|
||||
{
|
||||
"path": "@semantic-release/exec",
|
||||
"cmd": "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"
|
||||
],
|
||||
|
@ -14,11 +14,6 @@ cache:
|
||||
|
||||
before_install: git pull
|
||||
|
||||
before_install:
|
||||
- brew install rpm
|
||||
- brew install dpkg
|
||||
- brew install jq
|
||||
|
||||
script:
|
||||
- npm test
|
||||
|
||||
|
Reference in New Issue
Block a user