chore: updated pulls build CI for using turbo builds

This commit is contained in:
Henit Chobisa 2023-09-22 17:04:56 +00:00
parent bb13f35465
commit 4981c3dbfe

View File

@ -36,15 +36,13 @@ jobs:
- name: Build Plane's Main App - name: Build Plane's Main App
if: steps.changed-files.outputs.web_any_changed == 'true' if: steps.changed-files.outputs.web_any_changed == 'true'
run: | run: |
cd web
yarn yarn
yarn build yarn build --filter=web
- name: Build Plane's Deploy App - name: Build Plane's Deploy App
if: steps.changed-files.outputs.deploy_any_changed == 'true' if: steps.changed-files.outputs.deploy_any_changed == 'true'
run: | run: |
cd space
yarn yarn
yarn build yarn build --filter=space