Skip to content

Commit

Permalink
Enhance usage message
Browse files Browse the repository at this point in the history
  • Loading branch information
Hilzu committed Jul 29, 2024
1 parent 2d84e20 commit 5616e68
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/main.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -145,16 +145,16 @@ dependencies. Other useful scripts are:
${packageManagerRun} build
${chalk.gray("# Clean all build artefacts")}
${packageManagerRun} clean
${chalk.gray("# Automatically format code using prettier")}
${chalk.gray("# Format code using prettier")}
${packageManagerRun} format
${chalk.gray("# Run project in production mode")}
${packageManagerRun} start
${packageManagerType} start
${chalk.gray(
"# Run project in watch mode with automatic restarts on changes",
"# Run project in dev mode with automatic restarts on changes",
)}
${packageManagerRun} dev
${chalk.gray("# Run eslint and check code formatting")}
${packageManagerRun} test
${chalk.gray("# Run tests, linter, type checker and check code formatting")}
${packageManagerType} test
`
.trim()
.split("\n")
Expand Down

0 comments on commit 5616e68

Please sign in to comment.