From 6e57d2e29a4369537b667f619c30603dfe00e2f9 Mon Sep 17 00:00:00 2001 From: Dion van Velde Date: Thu, 14 Nov 2024 18:45:10 +0100 Subject: [PATCH] Update build_documentation.yml --- pipelines/azure/steps/build_documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines/azure/steps/build_documentation.yml b/pipelines/azure/steps/build_documentation.yml index 80eb64e531..f39a87a520 100644 --- a/pipelines/azure/steps/build_documentation.yml +++ b/pipelines/azure/steps/build_documentation.yml @@ -9,7 +9,7 @@ steps: - task: Cache@2 inputs: - key: 'npm | documentation | "$(Agent.OS)" | $(Build.SourcesDirectory)/documentation/package-lock.json' + key: 'npm | documentation | "$(Agent.OS)" | $(Build.SourcesDirectory)/documentation/package.json' restoreKeys: | npm | clientapp | "$(Agent.OS)" path: ${{ parameters.npmConfigCache }}