We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a59edc commit abb960bCopy full SHA for abb960b
packages/node-tests/scripts/build-tests.mts
@@ -13,5 +13,5 @@ for (const projectPath of projectPaths) {
13
projectPath,
14
)} to build for React Native`,
15
);
16
- spawnSync("cmake-rn", [], { cwd: projectPath, stdio: "inherit" });
+ spawnSync("cmake-rn --cmake-js", [], { cwd: projectPath, stdio: "inherit" });
17
}
0 commit comments