rm more intellij

main
Jeff Moe 2023-11-23 12:43:25 -07:00
parent 8e3efa24d2
commit 7ada79bb7a
1 changed files with 0 additions and 8 deletions

View File

@ -29,14 +29,6 @@ exec("npm install", (error) => {
throw error;
}
if (fs.existsSync(indexHtmlPath)) {
fs.rmSync(indexHtmlPath, {});
}
fs.copyFileSync("tmp_index.html", indexHtmlPath);
fs.unlinkSync("tmp_index.html");
console.log("Copied gui build to Intellij extension");
});
// Then copy over the dist folder to the VSCode extension
const vscodeGuiPath = path.join("../extensions/vscode/gui");
fs.mkdirSync(vscodeGuiPath, { recursive: true });