Skip to content

Commit 73672b7

Browse files
pavkamCopilot
andauthored
Update packages/cli/commands/features.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 8b33f04 commit 73672b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/cli/commands/features.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ export const generateTypesAction = async ({
209209
} else {
210210
const outPath = await writeTypesToFile(types, output.path, projectPath);
211211
spinner.succeed(
212-
`"Generated ${output.format} types in ${chalk.cyan(relative(projectPath, outPath))}.`,
212+
`Generated ${output.format} types in ${chalk.cyan(relative(projectPath, outPath))}.`,
213213
);
214214
}
215215
}

0 commit comments

Comments
 (0)