1
0
Fork 0

fix: Don't build prior to linting in workflows

This commit is contained in:
joostdecock 2023-06-10 13:58:32 +02:00
parent deb613a6f9
commit ec45b10c42
2 changed files with 0 additions and 5 deletions

View file

@ -36,7 +36,5 @@ jobs:
run: yarn install
env:
CI: true
- name: Buil all
run: yarn buildall
- name: Run eslint
run: npm run lint

View file

@ -44,9 +44,6 @@ jobs:
CI: true
- name: Buil all
run: yarn buildall
# Why are we prebuilding packages?
#- name: Prebuild Packages
# run: npx lerna run prebuild
- name: Run eslint
run: |
changed_files="$(git diff --name-only origin/${{ github.base_ref }})"