Skip to content

Commit

Permalink
ci: check code generation
Browse files Browse the repository at this point in the history
  • Loading branch information
Sysix committed Nov 11, 2024
1 parent 6c95a7c commit 0f95016
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/config-generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export class ConfigGenerator {
}

public generateRulesCode() {
console.log(`Generating config2, grouped by ${this.rulesGrouping}`);
console.log(`Generating config, grouped by ${this.rulesGrouping}`);

const rulesGrouping = this.rulesGrouping;
const rulesArray = this.rulesArray;
Expand All @@ -48,7 +48,7 @@ export class ConfigGenerator {

const exportGrouping: string[] = [];
let code =
'// These rules are automatically generated by scripts/generate-rules.ts\n\n';
'// These rules are automatically generated2 by scripts/generate-rules.ts\n\n';

code += `import * as rules from "./rules-by-${this.rulesGrouping}.js";\n\n`;

Expand Down

0 comments on commit 0f95016

Please sign in to comment.