summary refs log tree commit diff
path: root/scripts/utils.js
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/utils.js')
-rw-r--r--scripts/utils.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/utils.js b/scripts/utils.js
index f4b1ad7f..ca41bcf2 100644
--- a/scripts/utils.js
+++ b/scripts/utils.js
@@ -4,8 +4,6 @@ const { env } = require("process");
 const { execSync } = require("child_process");
 const { argv, stdout, exit } = require("process");
 
-const parts = ["api", "util", "cdn", "gateway", "bundle"];
-
 function copyRecursiveSync(src, dest) {
 	//if (verbose) console.log(`cpsync: ${src} -> ${dest}`);
 	let exists = fs.existsSync(src);