File tree Expand file tree Collapse file tree 3 files changed +5
-38
lines changed
Expand file tree Collapse file tree 3 files changed +5
-38
lines changed Original file line number Diff line number Diff line change 99 - name : Checkout Repo
1010 uses : actions/checkout@v4.2.2
1111 - name : Setting up developer environment
12- run : |
13- npm install
14- npx gulp setupDev
15- working-directory : ./Package
16-
17- - name : Install package tools
18- run : npm install
19- working-directory : ./Modules/@babylonjs/react-native
12+ run : node setup_dev.js
13+ working-directory : ./
2014
21- - name : Install packages for Playground
22- run : npm install
23- working-directory : ./Apps/Playground
24-
2515 - name : Gulp (Android)
2616 run : npx gulp buildAndroid
2717 working-directory : ./Package
Original file line number Diff line number Diff line change 1111 uses : actions/checkout@v4.2.2
1212
1313 - name : Setting up developer environment
14- run : |
15- npm install
16- npx gulp setupDev
17- working-directory : ./Package
18-
19- - name : Install package tools
20- run : npm install
21- working-directory : ./Modules/@babylonjs/react-native
22-
23- - name : Install packages for Playground
24- run : npm install
25- working-directory : ./Apps/Playground
14+ run : node setup_dev.js
15+ working-directory : ./
2616
2717 - name : Clean and Install Pods
2818 run : |
Original file line number Diff line number Diff line change 2929 run : |
3030 Copy-Item -Path "Apps/Playground/package-windows.json" -Destination "Apps/Playground/package.json" -Force
3131 Copy-Item -Path "Apps/Playground/package-lock-windows.json" -Destination "Apps/Playground/package-lock.json" -Force
32+ node setup_dev.js
3233 working-directory : ./
3334
34- - name : Setting up developer environment
35- run : |
36- npm install
37- npx gulp setupDev
38- working-directory : ./Package
39-
40- - name : Install package tools
41- run : npm install
42- working-directory : ./Modules/@babylonjs/react-native
43-
44- - name : Install packages for Playground
45- run : npm install
46- working-directory : ./Apps/Playground
47-
4835 - name : NPM Generate Windows Project
4936 run : npx install-windows-test-app
5037 working-directory : ./Apps/Playground
You can’t perform that action at this time.
0 commit comments