Skip to content

Commit 867b124

Browse files
committedJun 28, 2024
ci: fix nx cache build
1 parent 123c87f commit 867b124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/deploy-production.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ jobs:
2323
with:
2424
pull_cache_only: 'true'
2525
- run: npx nx run-many --target=runtime-config
26-
- run: npx nx run-many --target=build
26+
- run: npx nx run-many --target=build --skip-nx-cache
2727
- run: npx nx run-many --target=deploy -- --prod --message \"Version ${{ github.ref_name }}\"

0 commit comments

Comments
 (0)