Skip to content

Commit

Permalink
Merge pull request #935 from polywrap/fix/run-cli-npm-path
Browse files Browse the repository at this point in the history
Fix: Npm path in runCli
  • Loading branch information
Niraj-Kamdar authored Jun 21, 2022
2 parents 2132b3d + f09ade9 commit 55c73ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/js/test-env/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const providers = {
};

const monorepoCli = `${__dirname}/../../../cli/bin/polywrap`;
const npmCli = `${__dirname}/../../cli/bin/polywrap`;
const npmCli = `${__dirname}/../../polywrap/bin/polywrap`;

async function awaitResponse(
url: string,
Expand Down

0 comments on commit 55c73ea

Please sign in to comment.