File tree Expand file tree Collapse file tree 3 files changed +3
-40
lines changed Expand file tree Collapse file tree 3 files changed +3
-40
lines changed Original file line number Diff line number Diff line change 1919 command : yarn build
2020 - run :
2121 name : test
22- command : yarn test
22+ command : yarn test:ci
2323 - codecov/upload :
2424 file : coverage/*.json
2525 flags : frontend
3737 - run :
3838 name : Release new version
3939 command : |
40- npm set //registry.npmjs.org/:_authToken=$NPM_TOKEN
40+ echo " //registry.npmjs.org/:_authToken=${ NPM_TOKEN}" > ~/react-forms/.npmrc
4141 yarn release
4242 deploy :
4343 working_directory : ~/react-forms
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1111 "build" : " lerna run build" ,
1212 "vendor" : " lerna run vendor" ,
1313 "test" : " jest --coverage" ,
14- "test- ci" : " jest --coverage" ,
14+ "test: ci" : " jest --coverage --runInBand " ,
1515 "test:update" : " jest -u" ,
1616 "release" : " semantic-release" ,
1717 "codecov" : " codecov" ,
You can’t perform that action at this time.
0 commit comments