Skip to content

fixed package.json

fixed package.json #2

Workflow file for this run

name: react-infinite-scroll-component
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: install dependencies
run: yarn
- name: lint
run: yarn lint
- name: prettier
run: yarn prettier:check
- name: unit tests
run: yarn test
- name: ts type checks
run: yarn ts-check
- uses: codecov/[email protected]
with:
token: ${{secrets.CODECOV_TOKEN}}
file: ./coverage/lcov.info