Skip to content

Commit 4e36662

Browse files
buildRNTAios
1 parent a26fe4d commit 4e36662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Apps/BRNPlayground/postinstall.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function postInstall() {
3232
if (os.platform() === "darwin") {
3333
iosCMake();
3434

35-
exec("npm install && npx gulp buildIOSRNTA", {
35+
exec("npm install && npx gulp buildRNTAios", {
3636
cwd: "../../Package",
3737
});
3838

0 commit comments

Comments
 (0)