From fe9c08e92a3a3253feb65eef0fd8b1aac79b9cdb Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Sun, 21 Jun 2020 09:50:20 +0530 Subject: [PATCH] :fire: Removed unused variable --- build.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.js b/build.js index 23be963cb..62111c81e 100644 --- a/build.js +++ b/build.js @@ -5,7 +5,7 @@ const runCommand = (command, args) => spawnSync(command, args).stdout.toString() const FAIL_ON_ERROR = false const PW_BUILD_DATA_DIR = "./.postwoman" -const IS_DEV_MODE = process.argv.includes("--dev") +// const IS_DEV_MODE = process.argv.includes("--dev") try { ;(async () => {