Skip to content

Commit

Permalink
Update build.js
Browse files Browse the repository at this point in the history
  • Loading branch information
danim1130 authored Jul 22, 2024
1 parent 3e1c569 commit 8e078ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ for (const file of files) {
fs.renameSync(file, `${subfolder}/${file}`);
}
}

//Copy components dist folder
fs.mkdirSync(`${subfolder}/components`);
fs.renameSync("compoments/dist", `${subfolder}/components/dist`);

output.on("close", () => {
Expand Down

0 comments on commit 8e078ad

Please sign in to comment.