chore(ci): restore travis build
This commit is contained in:
@ -3,7 +3,7 @@
|
|||||||
"@semantic-release/npm",
|
"@semantic-release/npm",
|
||||||
{
|
{
|
||||||
"path": "@semantic-release/exec",
|
"path": "@semantic-release/exec",
|
||||||
"cmd": "yarn build --linux --win --mac"
|
"cmd": "npm run build --linux --win --mac"
|
||||||
},
|
},
|
||||||
"@semantic-release/github"
|
"@semantic-release/github"
|
||||||
],
|
],
|
||||||
|
@ -20,7 +20,7 @@ before_install:
|
|||||||
- brew install jq
|
- brew install jq
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- yarn test
|
- npm test
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
provider: script
|
provider: script
|
||||||
|
Reference in New Issue
Block a user