Skip to content

Commit

Permalink
use npm ci instead of npm i in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
VILLAN3LL3 committed Dec 21, 2024
1 parent 304f6cf commit 6c6071f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ steps:
inputs:
versionSpec: '20.12'
displayName: 'Install Node.js'
- script: npm install
- script: npm ci
displayName: 'Install Frontend Dependencies'
workingDirectory: $(frontendWorkingDirectory)
- script: npx ng build --configuration staging --output-path $(frontendOutputPath)
Expand Down

0 comments on commit 6c6071f

Please sign in to comment.