Skip to content

Commit 84973e3

Browse files
author
Kelly Selden
committed
refactor getArgs
1 parent a1fdb3c commit 84973e3

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

src/get-start-and-end-commands.js

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -189,14 +189,16 @@ function createProject(runEmber) {
189189
_cwd = path.join(_cwd, projectName);
190190
}
191191

192+
let args = getArgs({
193+
projectName,
194+
blueprint
195+
});
196+
192197
await runEmber({
193198
packageRoot,
194199
cwd: _cwd,
195200
blueprint,
196-
args: getArgs({
197-
projectName,
198-
blueprint
199-
})
201+
args
200202
});
201203
}
202204

0 commit comments

Comments
 (0)