1
0
Fork 0

add prebuild back to lint diff because it's not managed by lerna

This commit is contained in:
Enoch Riese 2023-04-20 16:51:46 -04:00
parent b893d67d5c
commit b47d18184a

View file

@ -42,6 +42,8 @@ jobs:
run: npx lerna bootstrap
env:
CI: true
- name: Prebuild Packages
run: npx lerna run prebuild
- name: Run eslint
run: |
changed_files="$(git diff --name-only origin/${{ github.base_ref }})"