Skip to content

Commit

Permalink
Base cache hash off of package.json instead.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ammon Smith committed Jul 14, 2021
1 parent fbb9d48 commit cec80a0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9,152 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/cache@v2
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('package-lock.json') }}
key: ${{ runner.os }}-node-${{ hashFiles('package.json') }}

- name: Build
run: make
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ dist/

# NPM
node_modules/
package-lock.json

# Misc
.DS_Store
Expand Down
Loading

0 comments on commit cec80a0

Please sign in to comment.