We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e3abdd commit 3280a4fCopy full SHA for 3280a4f
lib/options.ts
@@ -39,7 +39,7 @@ export class Options extends commonOptionsLibPath.OptionsBase {
39
bundle: { type: OptionType.Boolean },
40
all: { type: OptionType.Boolean },
41
teamId: { type: OptionType.String },
42
- syncAllFiles: { type: OptionType.Boolean },
+ syncAllFiles: { type: OptionType.Boolean, default: true },
43
liveEdit: { type: OptionType.Boolean },
44
chrome: { type: OptionType.Boolean },
45
clean: { type: OptionType.Boolean },
0 commit comments