File tree 3 files changed +11
-0
lines changed
3 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -123,6 +123,9 @@ class FetcherBase {
123
123
'--include=dev' ,
124
124
'--include=peer' ,
125
125
'--include=optional' ,
126
+ // we need the actual things, not just the lockfile
127
+ '--no-package-lock-only' ,
128
+ '--no-dry-run' ,
126
129
]
127
130
}
128
131
Original file line number Diff line number Diff line change @@ -46,6 +46,8 @@ Array [
46
46
"--include=dev",
47
47
"--include=peer",
48
48
"--include=optional",
49
+ "--no-package-lock-only",
50
+ "--no-dry-run",
49
51
]
50
52
`
51
53
@@ -62,6 +64,8 @@ Array [
62
64
"--include=dev",
63
65
"--include=peer",
64
66
"--include=optional",
67
+ "--no-package-lock-only",
68
+ "--no-dry-run",
65
69
]
66
70
`
67
71
Original file line number Diff line number Diff line change @@ -46,6 +46,8 @@ Array [
46
46
"--include=dev",
47
47
"--include=peer",
48
48
"--include=optional",
49
+ "--no-package-lock-only",
50
+ "--no-dry-run",
49
51
]
50
52
`
51
53
@@ -62,6 +64,8 @@ Array [
62
64
"--include=dev",
63
65
"--include=peer",
64
66
"--include=optional",
67
+ "--no-package-lock-only",
68
+ "--no-dry-run",
65
69
]
66
70
`
67
71
You can’t perform that action at this time.
0 commit comments