Skip to content

Commit

Permalink
fix: vite builder uses different folder
Browse files Browse the repository at this point in the history
  • Loading branch information
sverben authored Apr 23, 2024
1 parent f57a366 commit c5b41eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-leaphy-webbased.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ async function buildWebbased() {
execSync("yarn install");
execSync("yarn buildLocal");

fs.renameSync("dist", "../public");
fs.renameSync("dist/browser", "../public");
process.chdir("..");
fs.rmSync("leaphy-webbased", { recursive: true, force: true });

Expand Down

0 comments on commit c5b41eb

Please sign in to comment.