We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4373ea7 + 7be1b75 commit 84fab67Copy full SHA for 84fab67
2 files changed
.github/workflows/on-deploy.yml
@@ -41,7 +41,7 @@ jobs:
41
with:
42
path: ${{ env.CACHE_NODE_MODULES_PATH }}
43
key: node_modules-${{ hashFiles('**/yarn.lock') }}
44
- - run: npm ci --immutable --immutable-cache --check-cache
+ - run: yarn install --immutable --immutable-cache --check-cache
45
if: steps.cache.outputs.cache-hit != 'true'
46
47
# build valor-software-site-base
.github/workflows/on_push_to_master.yml
@@ -22,7 +22,7 @@ jobs:
22
23
24
25
26
27
- run: |
28
npx ng build --runner cloud --prod --skip-nx-cache
0 commit comments