Skip to content

Commit c495d38

Browse files
committed
update ci workflows
1 parent fc7c429 commit c495d38

3 files changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,9 @@ jobs:
106106
- name: Execute 'npm ci' in monorepo
107107
run: npm ci
108108

109+
- name: Install source
110+
run: npm ci --prefix source
111+
109112
- name: Install examples
110113
run: npm ci --prefix examples
111114

.github/workflows/rebuild-website.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,12 @@ jobs:
6262
- name: Install
6363
run: npm ci --force
6464

65+
- name: Install source
66+
run: npm ci --prefix source
67+
68+
- name: Install www
69+
run: npm ci --prefix www
70+
6571
- name: 'Building'
6672
run: |
6773
npm run build:all

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ jobs:
4848
- name: Install
4949
run: npm ci
5050

51+
- name: Install source
52+
run: npm ci --prefix source
53+
5154
- name: Install examples
5255
run: npm ci --prefix examples
5356

0 commit comments

Comments
 (0)