mirror of
https://github.com/zhigang1992/nativewind.git
synced 2026-06-15 02:09:06 +08:00
fix: cli watch flag
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user