Skip to content

Commit a3f61a0

Browse files
npm install
1 parent 3905c91 commit a3f61a0

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

.github/workflows/pr.yml

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,16 @@ jobs:
2424
run: brew install ninja
2525
- name: Setup Watchman
2626
run: brew install watchman
27-
- name: NPM Install (Playground)
28-
run: npm install
29-
working-directory: ./Apps/Playground
30-
3127
- name: NPM Install (Binary Package)
3228
run: npm install
3329
working-directory: ./Package
3430
- name: Build BabylonNative source tree
3531
run: npx gulp buildBabylonNativeSourceTree
3632
working-directory: ./Package
33+
34+
- name: NPM Install (Playground)
35+
run: npm install
36+
working-directory: ./Apps/Playground
3737
- name: Build Windows Bundle
3838
run: npm run build:android
3939
working-directory: ./Apps/Playground
@@ -62,17 +62,16 @@ jobs:
6262
- name: Setup Watchman
6363
run: brew install watchman
6464

65-
- name: NPM Install (Playground)
66-
run: npm install
67-
working-directory: ./Apps/Playground
68-
6965
- name: NPM Install (Binary Package)
7066
run: npm install
7167
working-directory: ./Package
7268
- name: Build BabylonNative source tree
7369
run: npx gulp buildBabylonNativeSourceTree
7470
working-directory: ./Package
7571

72+
- name: NPM Install (Playground)
73+
run: npm install
74+
working-directory: ./Apps/Playground
7675
- name: Build iOS Bundle
7776
run: npm run build:ios
7877
working-directory: ./Apps/Playground
@@ -109,17 +108,17 @@ jobs:
109108
run: choco install watchman
110109
working-directory: ./Apps/Playground
111110

112-
- name: NPM Install
113-
run: npm install
114-
working-directory: ./Apps/Playground
115-
116111
- name: NPM Install (Binary Package)
117112
run: npm install
118113
working-directory: ./Package
119114
- name: Build BabylonNative source tree
120115
run: npx gulp buildBabylonNativeSourceTree
121116
working-directory: ./Package
122117

118+
- name: NPM Install (Playground)
119+
run: npm install
120+
working-directory: ./Apps/Playground
121+
123122
- name: Build Windows Bundle
124123
run: npm run build:windows
125124
working-directory: ./Apps/Playground

0 commit comments

Comments
 (0)