Skip to content

Commit

Permalink
fix: make sure pnpm installs all deps
Browse files Browse the repository at this point in the history
  • Loading branch information
apostolos committed May 26, 2024
1 parent 8845bdd commit 1ae4cdc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,11 @@ jobs:
aws-region: us-east-1

- name: Compile files
env:
NODE_ENV: production
run: |
corepack enable
pnpm i
node ./scripts/build-styles.mjs
node ./scripts/build-production.mjs
NODE_ENV=production node ./scripts/build-styles.mjs
NODE_ENV=production node ./scripts/build-production.mjs
node --no-warnings ./scripts/post-production.mjs
- name: Upload artifacts
Expand Down

0 comments on commit 1ae4cdc

Please sign in to comment.