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;