Skip to content

Commit a49a74c

Browse files
fix: set dryRun ci preset to false
2 parents e220772 + 78845e4 commit a49a74c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/src/lib/pre-set.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export const CI_PRESET: ArgvPreset = {
2020
interactive: false,
2121
verbose: false,
2222
// COLLECT COMMAND
23-
dryRun: true,
23+
dryRun: false,
2424
// PERSIST COMMAND
2525
openReport: false
2626
};

0 commit comments

Comments
 (0)