We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
build
1 parent 8cb5661 commit 18bb4b0Copy full SHA for 18bb4b0
1 file changed
.github/workflows/main.yml
@@ -18,11 +18,14 @@ jobs:
18
with:
19
node-version: '10.18.1'
20
21
+ - name: Install dependencies
22
+ run: |
23
+ node common/scripts/install-run-rush.js install
24
+ shell: bash
25
+
26
- name: Build
27
run: |
- cd build
- npm install
- npm run build-ci
28
+ node common/scripts/install-run-rush.js build
29
shell: bash
30
31
- name: Prepare artifacts
@@ -55,11 +58,14 @@ jobs:
55
58
56
59
57
60
# We have to build the dependencies in `lib` before running any tests.
61
62
63
64
65
66
67
68
69
70
71
- name: Lint
0 commit comments