File tree Expand file tree Collapse file tree 4 files changed +4
-73
lines changed Expand file tree Collapse file tree 4 files changed +4
-73
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1919 yarn install
2020 yarn lint
2121 yarn build
22- yarn test --coverage
22+ yarn test
2323 env :
2424 CI : true
2525 - name : Coveralls GitHub Action
Original file line number Diff line number Diff line change 1- name : Deploy
1+ name : Release
22
33on :
44 push :
2222 yarn install
2323 yarn lint
2424 yarn build
25- yarn test --coverage
25+ yarn test
2626 env :
2727 CI : true
2828 - name : Coveralls GitHub Action
Original file line number Diff line number Diff line change 77 "build" : " webpack --mode production" ,
88 "lint" : " eslint --report-unused-disable-directives src" ,
99 "fix" : " eslint --fix --report-unused-disable-directives src" ,
10- "test" : " jest" ,
11- "coveralls" : " jest --coverage && cat ./coverage/lcov.info | coveralls" ,
10+ "test" : " jest --coverage" ,
1211 "setup" : " cp ./.github/hooks/pre-commit ./.git/hooks/pre-commit && chmod +x ./.git/hooks/pre-commit" ,
1312 "semantic-release" : " semantic-release"
1413 },
You can’t perform that action at this time.
0 commit comments