Skip to content

Commit

Permalink
ci(ci.yml): made another change to path
Browse files Browse the repository at this point in the history
  • Loading branch information
thkruz committed Jan 13, 2021
1 parent daadbce commit add7891
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
uses: actions/cache@v2
with:
path: |
/lib
/dist
lib
dist
**/node_modules
key: ${{ runner.os }}-modules-${{ hashFiles('**/package-lock.json') }}

Expand Down

0 comments on commit add7891

Please sign in to comment.