We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fce553 commit 0797851Copy full SHA for 0797851
1 file changed
.github/workflows/deploy-docs.yml
@@ -16,11 +16,11 @@ jobs:
16
node-version: 20
17
cache: npm
18
- name: Install dependencies
19
- run: npm install --legacy-peer-deps
+ run: npm install
20
- name: Build Packages
21
run: npm run build:packages
22
- name: Install docs deps
23
- run: (cd docs && npm install)
+ run: (cd docs && npm install --legacy-peer-deps)
24
- name: Build website
25
run: (cd docs && npm run build)
26
0 commit comments