Skip to content

Commit

Permalink
ci: use yarn instead of npm
Browse files Browse the repository at this point in the history
  • Loading branch information
zuramai authored Nov 22, 2023
1 parent 3127f79 commit cc5e3cf
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: actions/setup-node@v3

- name: Install and Build 🔧
run: |
npm install
npm run build
npm run rtl
- name: Run install and build
uses: borales/actions-yarn@v4
with:
run: |
yarn install
yarn build
yarn rtl
- name: Deploy 🚀
uses: JamesIves/[email protected]
Expand Down

0 comments on commit cc5e3cf

Please sign in to comment.