From b059d1a354766510145ccc5278a2883038bfd9b4 Mon Sep 17 00:00:00 2001 From: kvam Date: Tue, 10 Dec 2024 14:11:09 +0100 Subject: [PATCH] remove delete step --- pipelines/templates/stage-build-fusion.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/pipelines/templates/stage-build-fusion.yml b/pipelines/templates/stage-build-fusion.yml index 0df10838..88996306 100644 --- a/pipelines/templates/stage-build-fusion.yml +++ b/pipelines/templates/stage-build-fusion.yml @@ -22,15 +22,6 @@ stages: - task: NodeTool@0 inputs: versionSpec: "18.x" - - task: Bash@3 - displayName: 'Clean and Reinstall Dependencies' - inputs: - workingDir: "frontend" - targetType: 'inline' - script: | - echo "Deleting node_modules and package-lock.json..." - rm -rf node_modules package-lock.json - echo "Reinstalling dependencies..." - task: Npm@1 displayName: "NPM Install" inputs: