chore(mac): move brew packages to release

This commit is contained in:
Alexey Kasyanchuk
2018-02-04 04:44:46 +03:00
parent 864d24c783
commit e8e717992b
2 changed files with 1 additions and 6 deletions

View File

@ -3,7 +3,7 @@
"@semantic-release/npm", "@semantic-release/npm",
{ {
"path": "@semantic-release/exec", "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" "@semantic-release/github"
], ],

View File

@ -14,11 +14,6 @@ cache:
before_install: git pull before_install: git pull
before_install:
- brew install rpm
- brew install dpkg
- brew install jq
script: script:
- npm test - npm test