We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a11578b commit b41b42aCopy full SHA for b41b42a
.github/workflows/documentation.yaml
@@ -32,6 +32,9 @@ jobs:
32
node-version: 20
33
cache: npm
34
35
+ - name: Install dependencies
36
+ run: npm install
37
+
38
- name: Install components dependencies
39
run: |
40
cd components
.github/workflows/lint_and_build.yaml
@@ -53,3 +53,13 @@ jobs:
53
PUBLIC_OAUTH_CLIENT_NAME:
54
PUBLIC_FRACTAL_ADMIN_SUPPORT_EMAIL:
55
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
64
65
+ npm run build
0 commit comments