diff --git a/src/bin/update-kc-gen.ts b/src/bin/update-kc-gen.ts index 83155a9..0a077f3 100644 --- a/src/bin/update-kc-gen.ts +++ b/src/bin/update-kc-gen.ts @@ -1,7 +1,7 @@ import type { BuildContext } from './core'; import * as fs from 'fs'; import { join as pathJoin } from 'path'; -import { getIsPrettierAvailable, runPrettier } from './tools/runPrettier'; +// import { getIsPrettierAvailable, runPrettier } from './tools/runPrettier'; import * as crypto from 'crypto'; export async function command(params: { buildContext: BuildContext }) { @@ -89,14 +89,14 @@ export async function command(params: { buildContext: BuildContext }) { return; } - let sourceCode = [ + const sourceCode = [ `// This file is auto-generated by keycloakify. Do not edit it manually.`, `// Hash: ${hash}`, ``, newContent, ].join('\n'); - let svelteSourceCode = [ + const svelteSourceCode = [ `