We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b6f172 commit 2dba736Copy full SHA for 2dba736
.github/workflows/deploy-docs.yml
@@ -19,7 +19,7 @@ jobs:
19
node-version: 16
20
21
- name: Install dependencies
22
- run: npm ci --force
+ run: npm ci --legacy-peer-deps
23
24
- name: Build Storybook
25
run: npm run build-storybook
0 commit comments