Skip to content

Commit

Permalink
Retrieve pre-build files for all packages irrespective of whether the…
Browse files Browse the repository at this point in the history
…y have been changed
  • Loading branch information
bperel committed Jan 24, 2025
1 parent 3a1ac42 commit d734fe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Retrieve pre-build files
run: |
pnpm i -g turbo
turbo -F "...[$lastSuccessfulCommit]" -F '!~dumili' -F '!~dumili-api' prod:transfer-files-pre
turbo -F '!~dumili' -F '!~dumili-api' prod:transfer-files-pre
- uses: docker/setup-buildx-action@v3

Expand Down

0 comments on commit d734fe8

Please sign in to comment.