Skip to content

Commit 2349fbc

Browse files
committed
chore(*): fix npm step in azure
1 parent 2870ba2 commit 2349fbc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ steps:
1616

1717
- task: Npm@1
1818
inputs:
19-
command: 'ci'
20-
arguments: '--legacy-peer-deps'
19+
command: 'custom'
20+
customCommand: 'install --legacy-peer-deps'
2121
customEndpoint: 'public proget'
2222
env:
2323
AZURE_PIPELINES: "true"

0 commit comments

Comments
 (0)