Skip to content

Commit

Permalink
fix: enable corepack before invoking pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
apostolos committed May 26, 2024
1 parent a68e004 commit 8845bdd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
env:
NODE_ENV: production
run: |
corepack enable
pnpm i
node ./scripts/build-styles.mjs
node ./scripts/build-production.mjs
Expand Down

0 comments on commit 8845bdd

Please sign in to comment.