diff options
author | Thesourtimes <cckhmck@gmail.com> | 2021-12-05 21:53:58 +0300 |
---|---|---|
committer | Thesourtimes <cckhmck@gmail.com> | 2021-12-05 21:53:58 +0300 |
commit | 6e488833544ee124048bf01bcd8c787242c7b8a5 (patch) | |
tree | 758f88ab2ad3469d83f3771fa73e05c796f9ee5a /bundle/scripts | |
parent | Make INTERNAL_EMPLOYEE_ONLY functional (diff) | |
download | server-6e488833544ee124048bf01bcd8c787242c7b8a5.tar.xz |
Minor API work
Diffstat (limited to 'bundle/scripts')
-rw-r--r-- | bundle/scripts/build.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bundle/scripts/build.js b/bundle/scripts/build.js index 549e340f..88d76d34 100644 --- a/bundle/scripts/build.js +++ b/bundle/scripts/build.js @@ -26,9 +26,9 @@ dirs.forEach((a) => { if (verbose) console.log(`Copied ${"../" + a + "/dist"} -> ${"dist/" + a + "/src"}!`); }); -console.log("Copying src files done"); +console.log("[1/2] Copying src files done"); if (!argv.includes("copyonly")) { - console.log("Compiling src files ..."); + console.log("[2/2] Compiling src files ..."); console.log( execSync( |