We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a401b4 commit e0a9abeCopy full SHA for e0a9abe
generate-local.js
@@ -25,9 +25,7 @@ function semverVersion(value) {
25
}
26
27
program
28
- .addOption(
29
- new Option('--skip-install', 'skip the installation of dependencies')
30
- )
+ .addOption(new Option('--skip-install', 'skip the installation of dependencies'))
31
.addOption(
32
new Option('-p, --project <project>', 'the project that you want to run this for')
33
.choices(['ember', 'ember-data'])
0 commit comments