File tree 3 files changed +27
-0
lines changed
3 files changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -119,6 +119,13 @@ class FetcherBase {
119
119
'--no-progress' ,
120
120
'--no-save' ,
121
121
'--no-audit' ,
122
+ // override any omit settings from the environment
123
+ '--include=dev' ,
124
+ '--include=peer' ,
125
+ '--include=optional' ,
126
+ // we need the actual things, not just the lockfile
127
+ '--no-package-lock-only' ,
128
+ '--no-dry-run' ,
122
129
]
123
130
}
124
131
Original file line number Diff line number Diff line change @@ -43,6 +43,11 @@ Array [
43
43
"--no-progress",
44
44
"--no-save",
45
45
"--no-audit",
46
+ "--include=dev",
47
+ "--include=peer",
48
+ "--include=optional",
49
+ "--no-package-lock-only",
50
+ "--no-dry-run",
46
51
]
47
52
`
48
53
@@ -56,6 +61,11 @@ Array [
56
61
"--no-progress",
57
62
"--no-save",
58
63
"--no-audit",
64
+ "--include=dev",
65
+ "--include=peer",
66
+ "--include=optional",
67
+ "--no-package-lock-only",
68
+ "--no-dry-run",
59
69
]
60
70
`
61
71
Original file line number Diff line number Diff line change @@ -43,6 +43,11 @@ Array [
43
43
"--no-progress",
44
44
"--no-save",
45
45
"--no-audit",
46
+ "--include=dev",
47
+ "--include=peer",
48
+ "--include=optional",
49
+ "--no-package-lock-only",
50
+ "--no-dry-run",
46
51
]
47
52
`
48
53
@@ -56,6 +61,11 @@ Array [
56
61
"--no-progress",
57
62
"--no-save",
58
63
"--no-audit",
64
+ "--include=dev",
65
+ "--include=peer",
66
+ "--include=optional",
67
+ "--no-package-lock-only",
68
+ "--no-dry-run",
59
69
]
60
70
`
61
71
You can’t perform that action at this time.
0 commit comments