We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f592527 commit a344717Copy full SHA for a344717
1 file changed
‎denokit/src/dnt_monorepo.ts‎
@@ -203,8 +203,8 @@ export const dntMonorepo = async (
203
204
// pnpm install
205
$.cd(npmDir);
206
- console.log("$.cwd", $.cwd, await $`pwd`.text());
207
- await $`pnpm install`.printCommand();
+ console.log("$.cwd", $.cwd, (await $`pwd`).stdout);
+ await $`pnpm install`;
208
};
209
210
const gen_filter_func = (filter: string) => {
0 commit comments