Skip to content

Commit

Permalink
use ember-cli@latest
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona committed Aug 30, 2023
1 parent 82c59c7 commit 8fa222d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/get-start-and-end-commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ function runEmberRemotely({
let isGlimmer = blueprint.packageName === glimmerPackageName && blueprint.name === glimmerPackageName;

if (isCustomBlueprint || isGlimmer) {
args = ['ember-cli', ...args];
args = ['ember-cli@latest', ...args];
// args = ['-p', 'github:ember-cli/ember-cli#cfb9780', 'ember', 'new', projectName, `-dir=${directoryName}, '-sg', -sn', '-b', `${blueprint.packageName}@${blueprint.version}`];
} else {
args = ['-p', `ember-cli@${blueprint.version}`, 'ember', ...args];
Expand Down

0 comments on commit 8fa222d

Please sign in to comment.