Fixes lint errors

This commit is contained in:
Viktor Sarström 2021-10-15 15:27:53 +02:00
parent 05c2a72be1
commit 38c21ff708
1 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ jobs:
- name: Run linting and tests
run: |
yarn nx run-many --all --target=lint
yarn nx run-many --all --target=test
yarn run lint
yarn run test
env:
CI: true