mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
watch utils folder and build it when updated
This commit is contained in:
parent
58567dd2b6
commit
7522285869
4 changed files with 20 additions and 2 deletions
|
@ -121,5 +121,7 @@ const createESMRawBuild = async () => {
|
|||
fs.writeFileSync("meta-raw-prod.json", JSON.stringify(rawProd.metafile));
|
||||
};
|
||||
|
||||
console.info("BUILDING UTILS STARTED");
|
||||
createESMRawBuild();
|
||||
createESMBrowserBuild();
|
||||
console.info("BUILDING UTILS COMPLETE");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue