Skip to content

Commit

Permalink
Update Phonebook.Frontend.pr.yml for Azure Pipelines (#58)
Browse files Browse the repository at this point in the history
Fail if package.json and package-lock.json are out of sync
  • Loading branch information
DanielHabenicht authored Jun 27, 2019
1 parent e934627 commit 12f8839
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .azure/pipelines/pr/Phonebook.Frontend.pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:

- task: Npm@1
inputs:
command: 'install'
command: 'custom'
customCommand: 'ci'
workingDir: 'Phonebook.Frontend/'

- task: Npm@1
Expand All @@ -40,7 +41,8 @@ jobs:

- task: Npm@1
inputs:
command: 'install'
command: 'custom'
customCommand: 'ci'
workingDir: 'Phonebook.Frontend/'

- task: Npm@1
Expand All @@ -61,7 +63,8 @@ jobs:

- task: Npm@1
inputs:
command: 'install'
command: 'custom'
customCommand: 'ci'
workingDir: 'Phonebook.Frontend/'

- task: Npm@1
Expand Down

0 comments on commit 12f8839

Please sign in to comment.