diff --git a/src/index.ts b/src/index.ts index 3cdcff2bf..3a7a43429 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,2 +1,3 @@ +// hello // eslint-disable-next-line import/prefer-default-export export { run } from '@oclif/core';