Skip to content

Commit 4260242

Browse files
author
Kelly Selden
committed
add comment
1 parent 4ac51fc commit 4260242

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/install.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ module.exports = async function install({
2020

2121
await utils.npx(`--no-install ember install ${addon}`);
2222

23+
// This can be optimized by going into the node_modules install location
24+
// from above and grabbing it from there.
2325
let parsedBlueprint = await parseBlueprint(addon);
2426
let downloadedBlueprint = await downloadBlueprint(parsedBlueprint.name, parsedBlueprint.url, toDefault);
2527

0 commit comments

Comments
 (0)