Skip to content

Commit df13e4d

Browse files
committed
include optional dependencies in npm ci step
1 parent 8b3b933 commit df13e4d

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
23+
npm ci --include=optional
2424
displayName: 'npm ci'
2525

2626
- task: ComponentGovernanceComponentDetection@0

0 commit comments

Comments
 (0)