fix(core): update

This commit is contained in:
2019-07-17 17:57:20 +02:00
parent adfdf68c38
commit 38d38ce246
5 changed files with 24 additions and 10 deletions

View File

@ -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(

View File

@ -2,6 +2,4 @@ export * from '../npmci.plugins';
import * as smartgit from '@pushrocks/smartgit';
export {
smartgit
};
export { smartgit };