We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25e9e34 commit ba3b21bCopy full SHA for ba3b21b
.github/workflows/main.yml
@@ -12,7 +12,7 @@ jobs:
12
13
steps:
14
- uses: actions/checkout@v2
15
- - run: npm i yarn
+ - run: npm i yarn --legacy-peer-deps
16
- run: yarn
17
- run: yarn test
18
- run: yarn build
.github/workflows/storybook.yml
@@ -13,7 +13,7 @@ jobs:
- name: Build
run: |
- npm i yarn
+ npm i yarn --legacy-peer-deps
yarn
yarn run build-storybook
19
0 commit comments