Skip to content

Commit

Permalink
downgrade to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kvam committed Dec 10, 2024
1 parent 4abf116 commit 6e57618
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions pipelines/templates/stage-build-fusion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6e57618

Please sign in to comment.