Skip to content

Commit b1dc6f5

Browse files
committed
Propagate exit code when building
1 parent 39bbfac commit b1dc6f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-native-node-api-modules/scripts/build-weak-node-api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ async function run() {
202202
"utf-8"
203203
);
204204
// Build for all supported platforms
205-
cp.spawnSync(
205+
cp.execFileSync(
206206
"react-native-node-api-cmake",
207207
[
208208
"--android",

0 commit comments

Comments
 (0)