Skip to content

Commit

Permalink
attempt to fix npm cache problem (separate task) (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-kurmanov committed Jul 28, 2023
1 parent 56d63f5 commit c3eadc8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,14 @@ jobs:
cacheHitVar: NPM_CACHE_RESTORED
displayName: Cache NPM

- task: Npm@1
displayName: 'NPM install'
inputs:
command: install
verbose: false
workingDir: $(Build.SourcesDirectory)/survey-library
condition: ne(variables.NPM_CACHE_RESTORED, 'true')


- job: CoreAngularJquery
dependsOn:
Expand Down

0 comments on commit c3eadc8

Please sign in to comment.