Skip to content

Commit

Permalink
update desc
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Dec 27, 2024
1 parent de1e3ec commit b62c77e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ const main = defineCommand({
},
parallel: {
type: "boolean",
description: "Run build in parallel (experimental)",
description:
"Run different types of builds (untyped, mkdist, Rollup, copy) simultaneously.",
},
},
async run({ args }) {
Expand Down
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export interface BuildOptions {
rollup: RollupBuildOptions;

/**
* Run different kinds of builds (untyped, mkdist, rollup, copy) in parallel
* Run different types of builds (untyped, mkdist, Rollup, copy) simultaneously.
*/
parallel: boolean;
}
Expand Down

0 comments on commit b62c77e

Please sign in to comment.