Skip to content

Commit

Permalink
Fix workflows yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pbuba committed Dec 8, 2021
1 parent 25e9e34 commit ba3b21b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- run: npm i yarn
- run: npm i yarn --legacy-peer-deps
- run: yarn
- run: yarn test
- run: yarn build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

- name: Build
run: |
npm i yarn
npm i yarn --legacy-peer-deps
yarn
yarn run build-storybook
Expand Down

0 comments on commit ba3b21b

Please sign in to comment.