From c972e062c4ebfa27db5516dd5b1e97e75b526989 Mon Sep 17 00:00:00 2001 From: Mark Lawlor Date: Thu, 28 Apr 2022 18:13:17 +1000 Subject: [PATCH] fix: cli watch flag --- cli/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/cli/index.js b/cli/index.js index a3f63ab..d9d5996 100755 --- a/cli/index.js +++ b/cli/index.js @@ -33,7 +33,6 @@ const argv = yargs(hideBin(process.argv)) .option("watch", { alias: "w", description: "Watch for changes and rebuild as needed", - default: false, }).argv; const { platform, output, watch, config } = argv;