fix: cli watch flag

This commit is contained in:
Mark Lawlor
2022-04-28 18:13:17 +10:00
parent 22270f1589
commit c972e062c4

View File

@@ -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;