We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcd7465 commit ffd2a66Copy full SHA for ffd2a66
lib/options.ts
@@ -38,7 +38,7 @@ export class Options extends commonOptionsLibPath.OptionsBase {
38
bundle: { type: OptionType.Boolean },
39
all: { type: OptionType.Boolean },
40
teamId: { type: OptionType.String },
41
- syncAllFiles: { type: OptionType.Boolean },
+ syncAllFiles: { type: OptionType.Boolean, default: true },
42
liveEdit: { type: OptionType.Boolean },
43
chrome: { type: OptionType.Boolean },
44
clean: { type: OptionType.Boolean },
0 commit comments