Skip to content

Commit

Permalink
cli: Make outDir if not exists
Browse files Browse the repository at this point in the history
  • Loading branch information
lauriro committed Dec 9, 2024
1 parent 20456ee commit 5021ee4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ module.exports = function(opts) {
, outDir = out.replace(/[^\/]+$/, "")
, ext = getExt(out)

cli.mkdirp(outDir)
readHashes(outDir)

if (ext === "js") {
Expand Down

0 comments on commit 5021ee4

Please # to comment.