Skip to content

Commit

Permalink
huh
Browse files Browse the repository at this point in the history
  • Loading branch information
alicewriteswrongs committed Oct 17, 2023
1 parent 0f05316 commit 2df0a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/esbuild/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { getEsbuildAliases, getEsbuildExternalModules, runBuilds } from './util'
*/
export async function buildCli(opts: BuildOptions) {
// clear out rollup stuff
fs.emptyDir(opts.output.cliDir);
await fs.emptyDir(opts.output.cliDir);

const inputDir = join(opts.srcDir, 'cli');
const buildDir = join(opts.buildDir, 'cli');
Expand Down

0 comments on commit 2df0a20

Please sign in to comment.