Skip to content

Commit

Permalink
buildRNTAios
Browse files Browse the repository at this point in the history
  • Loading branch information
CedricGuillemet committed Oct 8, 2024
1 parent a26fe4d commit 4e36662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Apps/BRNPlayground/postinstall.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function postInstall() {
if (os.platform() === "darwin") {
iosCMake();

exec("npm install && npx gulp buildIOSRNTA", {
exec("npm install && npx gulp buildRNTAios", {
cwd: "../../Package",
});

Expand Down

0 comments on commit 4e36662

Please sign in to comment.