Skip to content

Commit

Permalink
generate-blueprint: don't ignore README on ignoreExistingGenerators
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Sep 24, 2024
1 parent 10a1fcd commit bc09147
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions generators/generate-blueprint/files.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,7 @@ export const files = asWriteFilesSection<any>({
'.github/workflows/generator.yml',
'.prettierignore.jhi.blueprint',
{ sourceFile: 'eslint.config.js.jhi.blueprint', destinationFile: ctx => `${ctx.eslintConfigFile}.jhi.blueprint` },
{
sourceFile: 'README.md',
override: data => !data.ignoreExistingGenerators,
},
'README.md',
'tsconfig.json',
'vitest.config.ts',
'.blueprint/cli/commands.mjs',
Expand Down

0 comments on commit bc09147

Please sign in to comment.