diff --git a/turbo/generators/templates/setup/generator.ts b/turbo/generators/templates/setup/generator.ts index 7e415b977..7e6fca182 100644 --- a/turbo/generators/templates/setup/generator.ts +++ b/turbo/generators/templates/setup/generator.ts @@ -94,7 +94,7 @@ function setupPreCommit(params: { setupHealthCheck: boolean }) { : ``; const licenseCommand = `pnpm run --filter scripts license`; - const fileContent = `#!/bin/bash\n${healthCheckCommands}${licenseCommand}`; + const fileContent = `#!/bin/bash\n${healthCheckCommands}\n${licenseCommand}`; // write file execSync(`echo "${fileContent}" > ${filePath}`, {