fix(monorepo/ci): fix "Run the TypeScript build" steps

pull/1738/head
Elian Doran 2025-04-18 22:26:11 +07:00
parent 5e5b3077a1
commit 70b49f1eae
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

@ -98,7 +98,7 @@ jobs:
- run: npm ci
- name: Run the TypeScript build
run: npx tsc
run: npm run build
- name: Run the unit tests
run: npm run test

@ -55,7 +55,7 @@ jobs:
run: npx playwright install --with-deps
- name: Run the TypeScript build
run: npx tsc
run: npm run build
- name: Build and export to Docker
uses: docker/build-push-action@v6