Skip to content

Commit e0a9abe

Browse files
committed
fix prettier
1 parent 3a401b4 commit e0a9abe

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

generate-local.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ function semverVersion(value) {
2525
}
2626

2727
program
28-
.addOption(
29-
new Option('--skip-install', 'skip the installation of dependencies')
30-
)
28+
.addOption(new Option('--skip-install', 'skip the installation of dependencies'))
3129
.addOption(
3230
new Option('-p, --project <project>', 'the project that you want to run this for')
3331
.choices(['ember', 'ember-data'])

0 commit comments

Comments
 (0)