refactor: simplify turbo config, use it for develop + build (#65526)

This commit is contained in:
Oliver Eyton-Williams
2026-01-28 17:08:40 +01:00
committed by GitHub
parent 7f44e71852
commit f940f2beee
16 changed files with 65 additions and 76 deletions
+2 -5
View File
@@ -152,11 +152,8 @@ jobs:
- name: Install playwright dependencies
run: npx playwright install --with-deps
- name: Install and Build
run: |
pnpm install
pnpm turbo compile
pnpm run build:curriculum
- name: Install
run: pnpm install
- name: Start apps
run: |
+2 -5
View File
@@ -135,11 +135,8 @@ jobs:
- name: Install playwright dependencies
run: npx playwright install --with-deps
- name: Install and Build
run: |
pnpm install
pnpm turbo compile
pnpm run build:curriculum
- name: Install
run: pnpm install
- name: Start apps
run: |