File tree Expand file tree Collapse file tree 3 files changed +13
-565
lines changed Expand file tree Collapse file tree 3 files changed +13
-565
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ matrix:
2020 allow_failures : []
2121 fast_finish : true
2222after_success :
23- - yarn semantic-release
23+ - npx semantic-release
2424branches :
2525 except :
2626 - /^v\d+\.\d+\.\d+$/
Original file line number Diff line number Diff line change 1414 "test:coverage" : " jest --coverage" ,
1515 "test:watch" : " jest --watch" ,
1616 "watch" : " watch 'npm run build' ./src" ,
17- "semantic-release" : " semantic-release" ,
1817 "prettier" : " prettier --ignore-path .gitignore --write 'src/**/*.{ts,js}'" ,
1918 "prettier:diff" : " prettier -l 'src/**/*.{ts,js}'" ,
2019 "tslint" : " tslint 'src/**/*.ts' -t verbose" ,
3534 "cpy-cli" : " 2.0.0" ,
3635 "jest" : " 21.2.1" ,
3736 "rimraf" : " 2.6.2" ,
38- "semantic-release" : " 15.10.8" ,
3937 "@semantic-release/changelog" : " 3.0.1" ,
4038 "@semantic-release/npm" : " 5.0.6" ,
4139 "@semantic-release/git" : " 7.0.5" ,
You can’t perform that action at this time.
0 commit comments