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