Skip to content

Commit f9854d1

Browse files
removed commented code
1 parent 931d8dc commit f9854d1

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/typescript.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ jobs:
1414
uses: actions/[email protected]
1515
with:
1616
submodules: 'recursive'
17-
# - name: Setup Node 16
18-
# uses: actions/[email protected]
19-
# with:
20-
# node-version: 16
2117
- name: NPM Install (Playground)
2218
run: npm install
2319
working-directory: ./Apps/Playground

Apps/BRNPlayground/postinstall.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ function postInstall() {
2828
exec("npm install --legacy-peer-deps", {
2929
cwd: "../../Modules/@babylonjs/react-native",
3030
});
31-
/*
31+
3232
if (os.platform() === "darwin") {
3333
iosCMake();
3434

@@ -38,7 +38,7 @@ function postInstall() {
3838

3939
console.log(chalk.black.bgCyan("Installing iOS pods..."));
4040
exec("pod install", { cwd: "ios" });
41-
}*/
41+
}
4242
}
4343

4444
postInstall();

0 commit comments

Comments
 (0)