Skip to content
This repository has been archived by the owner on Nov 20, 2019. It is now read-only.

Commit

Permalink
fix: tweak paths
Browse files Browse the repository at this point in the history
Signed-off-by: Charlike Mike Reagent <[email protected]>
  • Loading branch information
Charlike Mike Reagent committed Nov 12, 2018
1 parent 72a6adc commit 5703c3f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,15 @@ function interop(x) {
return x;
}

const mod = esmRequire(path.join(__dirname, 'src', 'cli.js'));
const mod = esmRequire(
path.join(
__dirname,
'node_modules',
'@tunnckocore/release-cli',
'src',
'cli.js',
),
);
const cli = interop(mod);

const argv = parser(proc.argv.slice(2), {
Expand Down

0 comments on commit 5703c3f

Please sign in to comment.