Skip to content

Commit b76e24e

Browse files
committed
[INTERNAL] Azure: Only check productive npm dependencies
Should resolve failures caused by missing peer-deps of devDependencies
1 parent 61e2e3c commit b76e24e

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
@@ -39,7 +39,7 @@ steps:
3939
- script: npm ci
4040
displayName: Install Dependencies
4141

42-
- script: npm ls
42+
- script: npm ls --prod
4343
displayName: Check for missing / extraneous Dependencies
4444

4545
- script: npm run test-azure

0 commit comments

Comments
 (0)