Skip to content

Commit

Permalink
chore: release v2.0.9
Browse files Browse the repository at this point in the history
-   (@GermanBluefox) Treat exit code 1 as error
  • Loading branch information
GermanBluefox committed Nov 25, 2024
1 parent 9eaaff1 commit ea57c50
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 6 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.9 (2024-11-25)

- (@GermanBluefox) Treat exit code 1 as error

Expand Down
2 changes: 2 additions & 0 deletions build/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ options?: {
vite?: boolean;
/** execute tsc before building ReactJS */
tsc?: boolean;
/** ignore return code 1 as error */
ignoreCode1?: boolean;
}): Promise<void>;
/** @deprecated use buildReact with the craco flag */
export declare function buildCraco(
Expand Down
24 changes: 21 additions & 3 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.8",
"version": "2.0.9",
"description": "Replacement for gulp",
"author": {
"name": "Denis Haev",
Expand Down

0 comments on commit ea57c50

Please sign in to comment.