Skip to content

Commit

Permalink
--amend
Browse files Browse the repository at this point in the history
  • Loading branch information
nguerrera committed Jun 9, 2022
1 parent b9b9d26 commit 4c7c382
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/compiler/scripts/watch-tmlanguage.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const scriptPath = resolve("dist/server/tmlanguage.js");
async function regenerate() {
const script = await import(`${pathToFileURL(scriptPath)}?q=${count++}`);
await script.main();
await mkdirp("../cadl-vscode/dist");
await copyFile("dist/cadl.tmLanguage", "../cadl-vscode/dist/cadl.tmLanguage");
}

Expand Down

0 comments on commit 4c7c382

Please sign in to comment.