From ec136400976743a66425afe2842af88b254dea53 Mon Sep 17 00:00:00 2001 From: Eric Nakagawa Date: Mon, 23 Apr 2018 11:42:10 -0700 Subject: [PATCH] Revert "Output the full path to build folder to aid when deploying site." (#593) --- lib/build-files.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build-files.js b/lib/build-files.js index 79b4d256d14d..bca51bcb8a4e 100755 --- a/lib/build-files.js +++ b/lib/build-files.js @@ -34,4 +34,4 @@ if (!fs.existsSync(CWD + '/siteConfig.js')) { // generate all static html files const generate = require('./server/generate.js'); generate(); -console.log("Site built successfully. Generated files in '"+CWD+"/build' folder."); +console.log("Site built successfully. Generated files in 'build' folder.");