We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1602e54 + 1437c76 commit ffd6937Copy full SHA for ffd6937
1 file changed
packages/git-proxy-cli/test/testCli.test.ts
@@ -46,7 +46,7 @@ const TEST_PASSWORD = 'testpassword';
46
const TEST_EMAIL = 'jane.doe@email.com';
47
const TEST_GIT_ACCOUNT = 'testGitAccount';
48
49
-const CLI_PATH = 'npx git-proxy-cli';
+const CLI_PATH = 'node packages/git-proxy-cli/dist/index.js';
50
51
describe('test git-proxy-cli', function () {
52
// *** help ***
0 commit comments