Skip to content

Commit 0a00b8c

Browse files
buildTS
1 parent ca5486f commit 0a00b8c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/typescript.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
- name: NPM Install (Binary Package)
2222
run: npm install
2323
working-directory: ./Package
24+
- name: NPM Install (Modules)
25+
run: npm install
26+
working-directory: ./Modules/@babylonjs/react-native
2427
- name: NPM Install (Playground)
2528
run: npm install
2629
working-directory: ./Apps/Playground

0 commit comments

Comments
 (0)