Skip to content

Commit 3e7084f

Browse files
author
Dave Bartolomeo
committed
Remove build directory
1 parent 18bb4b0 commit 3e7084f

File tree

5 files changed

+9
-1335
lines changed

5 files changed

+9
-1335
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

build/README.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)