We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 123c87f commit 867b124Copy full SHA for 867b124
.github/workflows/deploy-production.yaml
@@ -23,5 +23,5 @@ jobs:
23
with:
24
pull_cache_only: 'true'
25
- run: npx nx run-many --target=runtime-config
26
- - run: npx nx run-many --target=build
+ - run: npx nx run-many --target=build --skip-nx-cache
27
- run: npx nx run-many --target=deploy -- --prod --message \"Version ${{ github.ref_name }}\"
0 commit comments