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 52b448c commit 0b08ef8Copy full SHA for 0b08ef8
.github/workflows/docs-deploy.yml
@@ -16,7 +16,8 @@ jobs:
16
17
- name: Enable Corepack
18
run: corepack enable
19
- - uses: actions/setup-node@v4
+ - name: Setting up Node LTS
20
+ uses: actions/setup-node@v4
21
with:
22
node-version: "lts/*"
23
cache: yarn
docs/package.json
@@ -5,7 +5,7 @@
5
"scripts": {
6
"docusaurus": "docusaurus",
7
"start": "docusaurus start",
8
- "build": "docusaurus build",
+ "build": "yarn workspace @knide/fs-prober build && docusaurus build",
9
"swizzle": "docusaurus swizzle",
10
"deploy": "docusaurus deploy",
11
"clear": "docusaurus clear",
0 commit comments