We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3395b55 commit 820eb05Copy full SHA for 820eb05
.github/workflows/js-docs-builder.yml
@@ -23,7 +23,7 @@ jobs:
23
with:
24
ref: main
25
- name: Generate docs
26
- run: cd js && yarn install && yarn run make-docs
+ run: cd js && yarn install && yarn run build && yarn run make-docs
27
- name: Commit
28
run: |
29
git config --local user.email "[email protected]"
.github/workflows/js-publish.yml
@@ -14,6 +14,7 @@ jobs:
14
node-version: '20.x'
15
registry-url: 'https://registry.npmjs.org'
16
cache: 'yarn'
17
+ cache-dependency-path: '**/yarn.lock'
18
- name: Build
19
working-directory: js
20
.github/workflows/js-test.yml
@@ -26,6 +26,7 @@ jobs:
node-version: ${{ matrix.node-version }}
30
- name: Install dependencies
31
32
run: yarn
0 commit comments