Skip to content

Commit ad896c9

Browse files
committed
[INTERNAL] CI: Only check productive npm dependencies
Should resolve failures caused by missing peer-deps of devDependencies
1 parent 5b02415 commit ad896c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- run: npm ci
5858
name: Install dependencies
5959

60-
- run: npm ls
60+
- run: npm ls --prod
6161
name: Check for missing / extraneous Dependencies
6262

6363
- run: npm run unit

0 commit comments

Comments
 (0)