Skip to content

Commit

Permalink
yarn: install before building
Browse files Browse the repository at this point in the history
  • Loading branch information
ebenali committed Jan 16, 2024
1 parent eb5c2a3 commit 1bdd2e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
registry-url: https://npm.pkg.github.com/
scope: "@MoreChickenDelivered"
- run: corepack enable
- run: yarn build
- run: yarn install && yarn build

- name: Configure SSH/Git permissions
run: |
Expand Down

0 comments on commit 1bdd2e4

Please sign in to comment.