Skip to content

Commit ffd5272

Browse files
authored
fix: support force mode
1 parent f7f5ef8 commit ffd5272

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

index.js

+3
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ const program = new commander.Command('Create CodeceptJS')
6060
.option('--webdriverio', 'Install webdriverio packages')
6161
.option('--testcafe', 'Install testcafe packages')
6262

63+
// force mode
64+
.option('--force', 'Accept an incorrect (and potentially broken) dependency resolution.')
65+
6366
.allowUnknownOption()
6467
.on('--help', () => {
6568
console.log();

0 commit comments

Comments
 (0)