We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca5486f commit 0a00b8cCopy full SHA for 0a00b8c
.github/workflows/typescript.yml
@@ -21,6 +21,9 @@ jobs:
21
- name: NPM Install (Binary Package)
22
run: npm install
23
working-directory: ./Package
24
+ - name: NPM Install (Modules)
25
+ run: npm install
26
+ working-directory: ./Modules/@babylonjs/react-native
27
- name: NPM Install (Playground)
28
29
working-directory: ./Apps/Playground
0 commit comments