refactor: migrate (some) curriculum files to TypeScript (#62228)

Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
This commit is contained in:
Oliver Eyton-Williams
2025-10-23 07:24:57 +02:00
committed by GitHub
parent 0d44fff1ff
commit 4a635c1b32
62 changed files with 909 additions and 582 deletions

View File

@@ -155,7 +155,7 @@ jobs:
- name: Install and Build
run: |
pnpm install
pnpm run create:shared
pnpm compile:ts
pnpm run build:curriculum
- name: Start apps

View File

@@ -138,7 +138,7 @@ jobs:
- name: Install and Build
run: |
pnpm install
pnpm run create:shared
pnpm compile:ts
pnpm run build:curriculum
- name: Start apps

View File

@@ -68,7 +68,7 @@ jobs:
- name: Lint Source Files
run: |
echo pnpm version $(pnpm -v)
pnpm run create:shared
pnpm compile:ts
pnpm run build:curriculum
pnpm run lint