Skip to content

Commit abb960b

Browse files
committed
Opt into cmake-js compatibility in node-tests
1 parent 6a59edc commit abb960b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/node-tests/scripts/build-tests.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ for (const projectPath of projectPaths) {
1313
projectPath,
1414
)} to build for React Native`,
1515
);
16-
spawnSync("cmake-rn", [], { cwd: projectPath, stdio: "inherit" });
16+
spawnSync("cmake-rn --cmake-js", [], { cwd: projectPath, stdio: "inherit" });
1717
}

0 commit comments

Comments
 (0)