File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ jobs:
1313 # documented at https://circleci.com/docs/2.0/circleci-images/
1414 # - image: circleci/mongo:3.4.4
1515
16- working_directory : ~/repo/packages/web
16+ working_directory : ~/repo
1717
1818 steps :
1919 - checkout
2020 - run : yarn install
21- - run : yarn test: coverage
21+ - run : yarn web- test- coverage
2222 - codecov/upload :
2323 file : coverage/*.json
2424workflows :
Original file line number Diff line number Diff line change 77 ],
88 "scripts" : {
99 "web" : " yarn workspace @interval-timer/web run start" ,
10- "web-lint" : " yarn workspace @interval-timer/web run lint:fix"
10+ "web-lint" : " yarn workspace @interval-timer/web run lint:fix" ,
11+ "web-test-coverage" : " yarn workspace @interval-timer/web run test:coverage"
1112 },
1213 "devDependencies" : {
1314 "@flextremedev/eslint-config" : " ^0.1.1" ,
You can’t perform that action at this time.
0 commit comments