Skip to content

Commit 2cf2971

Browse files
committed
don't use relative path to locate codemod bin
1 parent 20a8c14 commit 2cf2971

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/run-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const execOpts = { cwd: inputDir, stderr: 'inherit' };
3232
console.log('running codemod');
3333

3434
const codemod = execa(
35-
'../../../bin/cli.js',
35+
path.resolve('./bin/cli.js'),
3636
['--telemetry', 'http://localhost:4200', 'app'],
3737
execOpts
3838
);

0 commit comments

Comments
 (0)