Skip to content

Commit

Permalink
feat(1458): add github actions caching option
Browse files Browse the repository at this point in the history
  • Loading branch information
verena-ifx committed Sep 12, 2024
1 parent a8ba22b commit fd22f84
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- if: ${{ steps.cache-npm.outputs.cache-hit != 'true' }}
name: List the state of node modules
continue-on-error: true
run: echo "Cache exists"
run: npm list

- name: Install dependencies for all packages, build and deploy Stencil core package
id: build
Expand Down

0 comments on commit fd22f84

Please sign in to comment.