Skip to content

Commit bfc8286

Browse files
committed
remove optional flag from npm ci command
1 parent df13e4d commit bfc8286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ steps:
2020
displayName: 'Install npm 10'
2121

2222
- script: |
23-
npm ci --include=optional
23+
npm ci
2424
displayName: 'npm ci'
2525

2626
- task: ComponentGovernanceComponentDetection@0

0 commit comments

Comments
 (0)