Skip to content

Commit

Permalink
fix(ci): yarn install
Browse files Browse the repository at this point in the history
  • Loading branch information
zuramai authored Nov 22, 2023
1 parent cc5e3cf commit 82a8d48
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,9 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- name: Run install and build
uses: borales/actions-yarn@v4
with:
run: |
yarn install
yarn build
yarn rtl
run: yarn install
- run: yarn build
- run: yarn rtl

- name: Deploy 🚀
uses: JamesIves/[email protected]
Expand Down

0 comments on commit 82a8d48

Please sign in to comment.