summaryrefslogtreecommitdiff
path: root/build.js
diff options
context:
space:
mode:
Diffstat (limited to 'build.js')
-rwxr-xr-xbuild.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.js b/build.js
index 4ea3967..1b66ca5 100755
--- a/build.js
+++ b/build.js
@@ -4,8 +4,8 @@ const path = require('path');
const port = ("42" + Math.random().toString().split(".")[1]).substring(0, 5);
-console.log("Refreshing projects...");
-cp.execSync("php refresh-projects.php", { stdio: "inherit", cwd: "includes" });
+//console.log("Refreshing projects...");
+//.execSync("php refresh-projects.php", { stdio: "inherit", cwd: "includes" });
console.log("Backing up .vercel...");
cp.execSync("mv ./out/.vercel ./.vercel");