Skip to content

Commit ffd2a66

Browse files
tzraikovTsvetan Raikov
authored andcommitted
Changed the syncAllFiles option to be true by default (#2404)
1 parent bcd7465 commit ffd2a66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/options.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export class Options extends commonOptionsLibPath.OptionsBase {
3838
bundle: { type: OptionType.Boolean },
3939
all: { type: OptionType.Boolean },
4040
teamId: { type: OptionType.String },
41-
syncAllFiles: { type: OptionType.Boolean },
41+
syncAllFiles: { type: OptionType.Boolean, default: true },
4242
liveEdit: { type: OptionType.Boolean },
4343
chrome: { type: OptionType.Boolean },
4444
clean: { type: OptionType.Boolean },

0 commit comments

Comments
 (0)