fix(core): update
This commit is contained in:
@ -21,6 +21,8 @@ process.cwd = () => {
|
||||
|
||||
let npmci: typeof import('../ts/index.js');
|
||||
|
||||
type TNpmciTypes = typeof import('../ts/index.js');
|
||||
|
||||
tap.preTask('should import npmci', async () => {
|
||||
npmci = await import('../ts/index.js');
|
||||
});
|
||||
|
Reference in New Issue
Block a user