diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index c12db78c9..a2f2d504e 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -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 diff --git a/.github/workflows/main-docker.yml b/.github/workflows/main-docker.yml index 755956fb1..9e9f8436c 100644 --- a/.github/workflows/main-docker.yml +++ b/.github/workflows/main-docker.yml @@ -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