Skip to content

Commit

Permalink
chore: release v2.0.11
Browse files Browse the repository at this point in the history
-   (@GermanBluefox) Exited from process with error code 2 if React cannot be built
  • Loading branch information
GermanBluefox committed Dec 8, 2024
1 parent 6608bf5 commit af6a9df
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ node node_modules/@iobroker/build-tools/convertI18n.js path/to/i18n
-->

## Changelog
### **WORK IN PROGRESS**
### 2.0.11 (2024-12-08)

- (@GermanBluefox) Exited from process with error code 2 if React cannot be built

Expand Down
2 changes: 2 additions & 0 deletions build/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ options?: {
tsc?: boolean;
/** ignore return code 1 as error */
ignoreCode1?: boolean;
/** Normally process.exit will be called. With this flag only promise will be rejected */
ignoreErrors?: boolean;
}): Promise<void>;
/** @deprecated use buildReact with the craco flag */
export declare function buildCraco(
Expand Down
16 changes: 14 additions & 2 deletions build/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iobroker/build-tools",
"version": "2.0.10",
"version": "2.0.11",
"description": "Replacement for gulp",
"author": {
"name": "Denis Haev",
Expand Down

0 comments on commit af6a9df

Please sign in to comment.