Skip to content

Commit

Permalink
Fix app
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpolman committed Jun 4, 2024
1 parent 74d6d06 commit 059831f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,11 @@ jobs:
fi
- name: Build App
run: yarn nx run app:build --prod --mode $BUILD_MODE --skip-nx-cache
run: |
corepack enable
yarn set version 3.6.4
yarn install --frozen-lockfile
yarn nx run app:build --prod --mode $BUILD_MODE --skip-nx-cache
- name: Deploy
run: aws s3 sync ./dist/apps/app $S3_URL --delete
Expand Down

0 comments on commit 059831f

Please sign in to comment.