Fix running lint script on lint and test action

This commit is contained in:
Luiz Américo 2020-09-09 20:15:11 -03:00 committed by GitHub
parent 2052340780
commit fd101bd251
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,5 +23,6 @@ jobs:
- name: Install dependencies
run: yarn --frozen-lockfile
- name: Run ESLint
run: npm run eslint
- run: npm test
run: npm run lint
- name: Run tests
run: npm test