Skip to content

Commit

Permalink
get rid of unnecessary call
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds committed Aug 4, 2023
1 parent 4380955 commit 2806b1b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions other/build-icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ async function generateIconFiles() {

logVerbose(`Generating sprite for ${inputDirRelative}`)

await fsExtra.ensureDir(outputDir)

const spriteChanged = await generateSvgSprite({
files,
inputDir,
Expand Down

0 comments on commit 2806b1b

Please sign in to comment.