Skip to content

Commit

Permalink
Debug building to nonexistent build folder
Browse files Browse the repository at this point in the history
  • Loading branch information
simonvbrae committed Nov 29, 2024
1 parent 2632999 commit 6ab9e80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/generate.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ if (args.h || args.help || args._.length > 1) {
if (! fs.existsSync(path.resolve(process.cwd(), destinationPath))) {
console.log("resolve destinationPath doesn't exist");
console.log("CREATING resolve destinationPath");
console.log(path.resolve(process.cwd(), destinationPath));
fs.mkdirSync(path.resolve(process.cwd(), destinationPath));
}

Expand Down

0 comments on commit 6ab9e80

Please sign in to comment.