Skip to content

Commit

Permalink
Added correct message for completing generating the project.
Browse files Browse the repository at this point in the history
  • Loading branch information
AyushNautiyalDeveloper committed Jan 18, 2024
1 parent 5fd4080 commit 8866706
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/commands/new/glee.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ export default class NewGlee extends Command {
`--output=${projectName}`,
]);
fs.unlinkSync(currentFileDirectory);
this.log(`Success! Created ${projectName} at ${file}\n\nNext steps:\n\n cd ${projectName}\n npm install --ignore-scripts\n\nImplement the function in functions and auth folder and run the project with:\n npm run dev`);
} catch (error) {
console.log({ error });
}
Expand Down

0 comments on commit 8866706

Please sign in to comment.