Skip to content

Commit

Permalink
docs: mention prepare in cli
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Feb 18, 2023
1 parent c6e2edf commit f5a8ef1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ async function main() {
process.exit(0);
}

console.error(`Unknown command ${command}! Usage: nitro dev|build [rootDir]`);
console.error(
`Unknown command ${command}! Usage: nitro dev|build|prepare [rootDir]`
);
process.exit(1);
}

Expand Down

0 comments on commit f5a8ef1

Please sign in to comment.