Skip to content

Commit 81c8624

Browse files
Change npm command from ci to install
1 parent df1bcbc commit 81c8624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/azure-pipeline.npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ parameters:
3232
versionSpec: '22.21.1'
3333
displayName: Select Node version
3434

35-
- script: npm ci
35+
- script: npm install
3636
workingDirectory: $(Build.SourcesDirectory)/pythonEnvironmentsApi
3737
displayName: Install package dependencies
3838

0 commit comments

Comments
 (0)