Skip to content

Commit

Permalink
Don't delete README
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebailey committed Oct 3, 2022
1 parent fdab4d6 commit 7ddba70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/produceLKG.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const copyright = fs.readFileSync(path.join(__dirname, "../CopyrightNotice.txt")

async function produceLKG() {
console.log(`Building LKG from ${source} to ${dest}`);
await del(dest);
await del(`${dest.replace(/\\/g, "/")}/**`, { ignore: ["**/README.md"] });
await fs.mkdirp(dest);
await copyLibFiles();
await copyLocalizedDiagnostics();
Expand Down

0 comments on commit 7ddba70

Please sign in to comment.