Skip to content

Commit

Permalink
reactivate type checking
Browse files Browse the repository at this point in the history
  • Loading branch information
MonPote committed Nov 19, 2024
1 parent 681f1f5 commit 7c26eaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ jobs:
- name: Build Shell UI
run: |
cd shell-ui
npm run rsbuild
npm run build
- name: Install UI dependencies
run: |
cd ui
Expand Down
2 changes: 1 addition & 1 deletion ui/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -eu
build() {
# Redirect everything to stderr, to get as much info as possible in case
# of an error.
npm run rsbuild 1>&2
npm run build 1>&2
}

clean() {
Expand Down

0 comments on commit 7c26eaf

Please sign in to comment.