File tree Expand file tree Collapse file tree 5 files changed +9
-1335
lines changed
Expand file tree Collapse file tree 5 files changed +9
-1335
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,11 @@ jobs:
1919 node-version : ' 10.18.1'
2020
2121 - name : Install dependencies
22- run : |
23- node common/scripts/install-run-rush.js install
22+ run : node common/scripts/install-run-rush.js install
2423 shell : bash
2524
2625 - name : Build
27- run : |
28- node common/scripts/install-run-rush.js build
26+ run : node common/scripts/install-run-rush.js build
2927 shell : bash
3028
3129 - name : Prepare artifacts
@@ -59,13 +57,11 @@ jobs:
5957
6058 # We have to build the dependencies in `lib` before running any tests.
6159 - name : Install dependencies
62- run : |
63- node common/scripts/install-run-rush.js install
60+ run : node common/scripts/install-run-rush.js install
6461 shell : bash
6562
6663 - name : Build
67- run : |
68- node common/scripts/install-run-rush.js build
64+ run : node common/scripts/install-run-rush.js build
6965 shell : bash
7066
7167 - name : Lint
Original file line number Diff line number Diff line change @@ -33,12 +33,12 @@ jobs:
3333 with :
3434 node-version : ' 10.18.1'
3535
36+ - name : Install dependencies
37+ run : node common/scripts/install-run-rush.js install
38+ shell : bash
39+
3640 - name : Build
37- run : |
38- cd build
39- npm install
40- # Release build instead of dev build.
41- npm run build-release
41+ run : node common/scripts/install-run-rush.js build --release
4242 shell : bash
4343
4444 - name : Prepare artifacts
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments