From 32fc52c897f429fd94438ea355ac701c9ca7225f Mon Sep 17 00:00:00 2001 From: Nathan Woulfe Date: Thu, 4 Mar 2021 11:03:35 +1000 Subject: [PATCH] path --- azure-pipelines_dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines_dev.yml b/azure-pipelines_dev.yml index 26e13f66..36c24977 100644 --- a/azure-pipelines_dev.yml +++ b/azure-pipelines_dev.yml @@ -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)