Skip to content

Commit

Permalink
misc(init-generator): merge upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
misterdev committed Apr 18, 2019
1 parent 2667c07 commit 351bed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/utils/scaffold.ts
Expand Up @@ -92,7 +92,7 @@ export default function runTransform(transformConfig: ITransformConfig, action:
});
let successMessage: string =
chalk.green(`Congratulations! Your new webpack configuration file has been created!\n\n`) +
`You can now run ${chalk.green("npm run start")} to try your project!\n\n`;
`You can now run ${chalk.green("npm run start")} to run your project!\n\n`;

if (initActionNotDefined && transformConfig.config.item) {
successMessage = chalk.green(`Congratulations! ${
Expand Down

0 comments on commit 351bed6

Please sign in to comment.