Skip to content

Commit b41b42a

Browse files
committed
Updated CI configuration
1 parent a11578b commit b41b42a

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.github/workflows/documentation.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
node-version: 20
3333
cache: npm
3434

35+
- name: Install dependencies
36+
run: npm install
37+
3538
- name: Install components dependencies
3639
run: |
3740
cd components

.github/workflows/lint_and_build.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,13 @@ jobs:
5353
PUBLIC_OAUTH_CLIENT_NAME:
5454
PUBLIC_FRACTAL_ADMIN_SUPPORT_EMAIL:
5555
run: npm run build
56+
57+
- name: Install tasks-list dependencies
58+
run: |
59+
cd tasks-list
60+
npm install
61+
62+
- name: Build tasks-list
63+
run: |
64+
cd tasks-list
65+
npm run build

0 commit comments

Comments
 (0)