Skip to content

Commit

Permalink
Merge pull request #4 from AthennaIO/develop
Browse files Browse the repository at this point in the history
chore: run start command instead of artisan
  • Loading branch information
jlenon7 authored Apr 21, 2022
2 parents db7aad6 + 6c41bfd commit 0195cec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@athenna/cli",
"version": "1.0.3",
"version": "1.0.4",
"description": "Athenna CLI to create new projects and install components.",
"license": "MIT",
"author": "Victor Tesoura Júnior <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion src/Commands/New.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export class New {
table.push(
[' Run following commands to get started'],
[
` ${arrow} cd ${projectName}\n ${arrow} npm run test\n ${arrow} npm run artisan\n ${arrow} npm run artisan:dev -- --help`,
` ${arrow} cd ${projectName}\n ${arrow} npm run test\n ${arrow} npm run start\n ${arrow} npm run start:dev -- --help`,
],
)

Expand Down

0 comments on commit 0195cec

Please sign in to comment.