diff --git a/src/prompt.ts b/src/prompt.ts index ea702398..f653e286 100644 --- a/src/prompt.ts +++ b/src/prompt.ts @@ -4,6 +4,7 @@ import type { Prompter } from './types' import helpers from './helpers' const hooksfiles = [ + 'index.cjs', 'index.js', 'index.ts', 'prompt.cjs',