Skip to content

Commit

Permalink
Temporary change npm run build -> rsbuild to avoid false positive typ…
Browse files Browse the repository at this point in the history
…escript errors
  • Loading branch information
MonPote committed Jul 18, 2024
1 parent d055f2c commit 2b6d573
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-push-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2b6d573

Please sign in to comment.