chore(mac): move brew packages to release
This commit is contained in:
@ -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"
|
||||||
],
|
],
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user