We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b26e24c commit 85b40fcCopy full SHA for 85b40fc
src/services/deps.services.ts
@@ -22,6 +22,8 @@ export const dependencies = async ({where}: PopulateInput) => {
22
...(nonNullish(where) && where !== '' ? ['--prefix', where ?? ''] : [])
23
];
24
25
+ console.log(pm, args);
26
+
27
await spawn({
28
command: pm,
29
args,
0 commit comments