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

Commit 5703c3f

Browse files
author
Charlike Mike Reagent
committed
fix: tweak paths
Signed-off-by: Charlike Mike Reagent <mameto2011@gmail.com>
1 parent 72a6adc commit 5703c3f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

cli.js

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,15 @@ function interop(x) {
1818
return x;
1919
}
2020

21-
const mod = esmRequire(path.join(__dirname, 'src', 'cli.js'));
21+
const mod = esmRequire(
22+
path.join(
23+
__dirname,
24+
'node_modules',
25+
'@tunnckocore/release-cli',
26+
'src',
27+
'cli.js',
28+
),
29+
);
2230
const cli = interop(mod);
2331

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

0 commit comments

Comments
 (0)