Skip to content

Commit

Permalink
chore: testing wip
Browse files Browse the repository at this point in the history
Signed-off-by: Case Wylie <[email protected]>
  • Loading branch information
cmwylie19 committed Feb 26, 2025
1 parent 0aee3aa commit 8d847c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/load.cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ program
log(await cmd.run(), "");

log(`Install package artifact into working directory module`);
cmd = new Cmd({ cmd: `npm install ${path.basename(worktgz)}`, cwd: workdir });
cmd = new Cmd({ cmd: `npm install ${worktgz}` });
log({ cmd: cmd.cmd, cwd: cmd.cwd });
try {
log(await cmd.run(), "");
Expand Down

0 comments on commit 8d847c5

Please sign in to comment.