Skip to content

Commit a344717

Browse files
committed
🚑
1 parent f592527 commit a344717

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎denokit/src/dnt_monorepo.ts‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,8 @@ export const dntMonorepo = async (
203203

204204
// pnpm install
205205
$.cd(npmDir);
206-
console.log("$.cwd", $.cwd, await $`pwd`.text());
207-
await $`pnpm install`.printCommand();
206+
console.log("$.cwd", $.cwd, (await $`pwd`).stdout);
207+
await $`pnpm install`;
208208
};
209209

210210
const gen_filter_func = (filter: string) => {

0 commit comments

Comments
 (0)