fix(core): update
This commit is contained in:
@ -42,7 +42,7 @@ export let mirror = async () => {
|
||||
logger.log('info', 'found github token.');
|
||||
logger.log('info', 'attempting the mirror the repository to GitHub');
|
||||
|
||||
plugins.smartgit.GitRepo
|
||||
plugins.smartgit.GitRepo;
|
||||
|
||||
// add the mirror
|
||||
await bash(
|
||||
|
@ -2,6 +2,4 @@ export * from '../npmci.plugins';
|
||||
|
||||
import * as smartgit from '@pushrocks/smartgit';
|
||||
|
||||
export {
|
||||
smartgit
|
||||
};
|
||||
export { smartgit };
|
||||
|
Reference in New Issue
Block a user