From 2b6d573d8087c0db78efdec4c64f0546192dceb0 Mon Sep 17 00:00:00 2001 From: Patrick Ear Date: Thu, 18 Jul 2024 19:00:48 +0200 Subject: [PATCH] Temporary change npm run build -> rsbuild to avoid false positive typescript errors --- .github/workflows/build-push-tests.yml | 2 +- .github/workflows/security.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-push-tests.yml b/.github/workflows/build-push-tests.yml index ce9159d3e..573b02d0d 100644 --- a/.github/workflows/build-push-tests.yml +++ b/.github/workflows/build-push-tests.yml @@ -66,7 +66,7 @@ jobs: run: npm config set unsafe-perm true && npm ci - name: build assets - run: npm run build + run: npm run rsbuild - name: Build and push zenko ui uses: docker/build-push-action@v2.7.0 diff --git a/.github/workflows/security.yaml b/.github/workflows/security.yaml index 3f234aaa8..0ec7804fb 100644 --- a/.github/workflows/security.yaml +++ b/.github/workflows/security.yaml @@ -28,7 +28,7 @@ jobs: - name: install dependencies run: npm config set unsafe-perm true && npm ci - name: build assets - run: npm run build + run: npm run rsbuild - name: Login to GitHub Registry uses: docker/login-action@v2 with: