Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunny-117 committed Dec 24, 2024
1 parent d900620 commit 57ab900
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ async function _build(
respectExternal: true,
},
},
parallel: false
parallel: false,
},
) as BuildOptions;

Expand Down
6 changes: 3 additions & 3 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,9 @@ export interface BuildOptions {
rollup: RollupBuildOptions;

/**
* @experimental
* Run build in parallel
*/
* @experimental
* Run build in parallel
*/
parallel: boolean;
}

Expand Down

0 comments on commit 57ab900

Please sign in to comment.