Skip to content

Commit

Permalink
ci(ci.yml): included lib and dist to cache
Browse files Browse the repository at this point in the history
  • Loading branch information
thkruz committed Jan 13, 2021
1 parent 5df8c5f commit abdd355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Load cached modules
uses: actions/cache@v2
with:
path: '**/node_modules'
path: ['**/node_modules','**/lib','**/dist']
key: ${{ runner.os }}-modules-${{ hashFiles('**/package-lock.json') }}

- name: Load Node.js latest
Expand Down

0 comments on commit abdd355

Please sign in to comment.