Skip to content

Commit 3280a4f

Browse files
authored
Changed the syncAllFiles option to be true by default (#2404)
1 parent 1e3abdd commit 3280a4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/options.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export class Options extends commonOptionsLibPath.OptionsBase {
3939
bundle: { type: OptionType.Boolean },
4040
all: { type: OptionType.Boolean },
4141
teamId: { type: OptionType.String },
42-
syncAllFiles: { type: OptionType.Boolean },
42+
syncAllFiles: { type: OptionType.Boolean, default: true },
4343
liveEdit: { type: OptionType.Boolean },
4444
chrome: { type: OptionType.Boolean },
4545
clean: { type: OptionType.Boolean },

0 commit comments

Comments
 (0)