Skip to content

Commit

Permalink
Switch to yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
sebinside committed Aug 4, 2024
1 parent 29df3d6 commit eec9ad8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:
- name: Install and Build 🔧
working-directory: StreamAwesome
run: |
npm install
npm run build
yarn install
yarn run build
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
- name: Install and Build 🔧
working-directory: StreamAwesome
run: |
npm install
npm run build
yarn install
yarn run build
- name: Deploy 🚀
uses: burnett01/[email protected]
Expand Down

0 comments on commit eec9ad8

Please sign in to comment.