Skip to content

Commit 1c0d8f1

Browse files
committed
skip nx cache on push to master
1 parent aaad8be commit 1c0d8f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/on_push_to_master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- run: npm ci
2626
if: steps.cache.outputs.cache-hit != 'true'
2727
- run: |
28-
npx ng build --runner cloud --prod
28+
npx ng build --runner cloud --prod --skip-nx-cache
2929
npx scully --prod --scanRoutes --project=valor-software-site
3030
- name: Deploy 🚀
3131
uses: JamesIves/github-pages-deploy-action@v4.3.3

0 commit comments

Comments
 (0)