Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
indirectlylit committed Oct 26, 2021
1 parent b4bafed commit 674f51f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/precompileSvgs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ if (customOnly) {
rimraf.sync(path.join(basePathForPrecompiledSvgs, 'le'));
} else {
rimraf.sync(basePathForPrecompiledSvgs);
fs.mkdirSync(target);
fs.mkdirSync(basePathForPrecompiledSvgs);
}

class LibPrecompiler {
Expand Down

0 comments on commit 674f51f

Please sign in to comment.