Commit fabfdcf
committed
fix: remove shell setting for wizer call
This commit removes the `shell: true` configuration for the Wizer
call, as it triggers a warning with more recent NodeJS versions, due
to attempting to pass options to an spawned command when `shell: true`.1 parent 811dcf8 commit fabfdcf
1 file changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
257 | 257 | | |
258 | 258 | | |
259 | 259 | | |
260 | | - | |
261 | | - | |
| 260 | + | |
| 261 | + | |
262 | 262 | | |
263 | 263 | | |
264 | 264 | | |
| |||
279 | 279 | | |
280 | 280 | | |
281 | 281 | | |
282 | | - | |
283 | 282 | | |
284 | 283 | | |
285 | 284 | | |
| |||
0 commit comments