Skip to content

Commit c45d06f

Browse files
authored
Merge branch 'main' into kh/cmake-rn/android-sdk
2 parents 71a8a86 + ece778a commit c45d06f

File tree

5 files changed

+10
-9
lines changed

5 files changed

+10
-9
lines changed

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cmake-rn/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"dependencies": {
2525
"@commander-js/extra-typings": "^13.1.0",
26-
"bufout": "^0.3.1",
26+
"bufout": "^0.3.2",
2727
"chalk": "^5.4.1",
2828
"cmake-js": "^7.3.1",
2929
"commander": "^13.1.0",

packages/ferric/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"dependencies": {
1919
"@napi-rs/cli": "3.0.0-alpha.80",
2020
"@commander-js/extra-typings": "^13.1.0",
21-
"bufout": "^0.3.1",
21+
"bufout": "^0.3.2",
2222
"chalk": "^5.4.1",
2323
"commander": "^13.1.0",
2424
"ora": "^8.2.0"

packages/ferric/src/build.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,7 @@ export const buildCommand = new Command("build")
287287
}
288288
);
289289
} catch (error) {
290+
process.exitCode = 1;
290291
if (error instanceof SpawnFailure) {
291292
error.flushOutput("both");
292293
}

packages/host/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"license": "MIT",
7777
"dependencies": {
7878
"@commander-js/extra-typings": "^13.1.0",
79-
"bufout": "^0.3.1",
79+
"bufout": "^0.3.2",
8080
"chalk": "^5.4.1",
8181
"commander": "^13.1.0",
8282
"ora": "^8.2.0",

0 commit comments

Comments
 (0)