We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 187b23f commit df72e80Copy full SHA for df72e80
src/commands/log.ts
@@ -39,7 +39,7 @@ export const setup = (tag: GitNewTag, options: LogOptions) => {
39
'generi.json file is not supported in v2. New format in documentation.'
40
);
41
42
- if (!exists('./generi.config.ts') || !exists('./generi.config.js'))
+ if (!exists('./generi.config.ts') && !exists('./generi.config.js'))
43
console.warning('generi.config was not found, default config loaded.');
44
45
const lerna = getFile(getFileRoot(config.lernaPath));
0 commit comments