Skip to content

Commit

Permalink
fix jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
alicewriteswrongs committed Sep 28, 2023
1 parent 1f81c24 commit 4df4d6e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/esbuild/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ import { getEsbuildAliases, getEsbuildExternalModules } from './util';
/**
* Runs esbuild to bundle the `cli` submodule
*
* @param opts build options needed to generate the rollup configuration
* @returns an array containing the generated rollup options
* @param opts build options
*/
export async function buildCli(opts: BuildOptions) {
// clear out rollup stuff
Expand Down

0 comments on commit 4df4d6e

Please sign in to comment.