Skip to content

Commit

Permalink
removed commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
CedricGuillemet committed Oct 4, 2024
1 parent 931d8dc commit f9854d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/typescript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ jobs:
uses: actions/[email protected]
with:
submodules: 'recursive'
# - name: Setup Node 16
# uses: actions/[email protected]
# with:
# node-version: 16
- name: NPM Install (Playground)
run: npm install
working-directory: ./Apps/Playground
Expand Down
4 changes: 2 additions & 2 deletions Apps/BRNPlayground/postinstall.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function postInstall() {
exec("npm install --legacy-peer-deps", {
cwd: "../../Modules/@babylonjs/react-native",
});
/*

if (os.platform() === "darwin") {
iosCMake();

Expand All @@ -38,7 +38,7 @@ function postInstall() {

console.log(chalk.black.bgCyan("Installing iOS pods..."));
exec("pod install", { cwd: "ios" });
}*/
}
}

postInstall();

0 comments on commit f9854d1

Please sign in to comment.