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 09a3a8c commit e030121Copy full SHA for e030121
1 file changed
src/get-start-and-end-commands.js
@@ -37,9 +37,9 @@ module.exports = function getStartAndEndCommands({
37
...projectOptions.includes('blueprint') ? {} : {
38
packageName: 'ember-cli',
39
commandName: 'ember',
40
- // `createProjectFromCache` no longer works with blueprints.
41
- // It would look for an `ember-cli` version with the same
42
- // version as the blueprint.
+ // `createProjectFromCache` no longer works with custom blueprints.
+ // It would look for an `ember-cli` version with the same version
+ // as the blueprint.
43
createProjectFromCache: createProjectFromCache(command)
44
},
45
createProjectFromRemote: createProjectFromRemote(command),
0 commit comments