Skip to content

Commit a6aeb92

Browse files
authored
ci: Using npm ci (#518)
fixes #516
1 parent 31ea25f commit a6aeb92

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

build.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
displayName: 'Install dependencies'
2121
inputs:
2222
verbose: false
23+
command: 'custom'
24+
customCommand: 'ci'
2325
- task: Npm@1
2426
displayName: 'Compile sources'
2527
inputs:
@@ -72,6 +74,8 @@ jobs:
7274
displayName: 'Install dependencies'
7375
inputs:
7476
verbose: false
77+
command: 'custom'
78+
customCommand: 'ci'
7579
- task: Npm@1
7680
displayName: 'Compile sources'
7781
inputs:
@@ -124,6 +128,8 @@ jobs:
124128
displayName: 'Install dependencies'
125129
inputs:
126130
verbose: false
131+
command: 'custom'
132+
customCommand: 'ci'
127133
- task: Npm@1
128134
displayName: 'Lint check'
129135
inputs:
@@ -186,6 +192,8 @@ jobs:
186192
displayName: 'Install dependencies'
187193
inputs:
188194
verbose: false
195+
command: 'custom'
196+
customCommand: 'ci'
189197
- task: Npm@1
190198
displayName: 'Compile sources'
191199
inputs:

0 commit comments

Comments
 (0)