Skip to content

Commit

Permalink
path
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanwoulfe committed Mar 4, 2021
1 parent 379fa81 commit 32fc52c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ steps:

- task: Cache@2
inputs:
key: 'npm | "$(Agent.OS)" | package-lock.json'
key: 'npm | "$(Agent.OS)" | ./tabulate/package-lock.json'
restoreKeys: |
npm | "$(Agent.OS)"
path: $(npm_config_cache)
Expand Down

0 comments on commit 32fc52c

Please sign in to comment.