Skip to content

Commit

Permalink
chore: add "set -e" in build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
liujuping committed Jan 16, 2024
1 parent 84b4c76 commit 23c8a14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shell/src/api/commonUI.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export class CommonUI implements IPublicApiCommonUI {
Form = Form;
Icon = Icon;
Input = Input;
Loading = Loading;
Loading = Loading as any;
Message = Message;
Overlay = Overlay;
Pagination = Pagination;
Expand Down
2 changes: 2 additions & 0 deletions scripts/build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env bash

set -e

lerna run build \
--scope @alilc/lowcode-types \
--scope @alilc/lowcode-utils \
Expand Down

0 comments on commit 23c8a14

Please sign in to comment.