Skip to content

Commit

Permalink
enable type checking on build
Browse files Browse the repository at this point in the history
  • Loading branch information
MonPote committed Nov 4, 2024
1 parent 44bccd7 commit 511d758
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 ci

- name: build assets
run: npm run rsbuild
run: npm run build

- 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 ci
- name: build assets
run: npm run rsbuild
run: npm run build
- name: Login to GitHub Registry
uses: docker/login-action@v2
with:
Expand Down

0 comments on commit 511d758

Please sign in to comment.