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 4ac51fc commit 4260242Copy full SHA for 4260242
1 file changed
src/install.js
@@ -20,6 +20,8 @@ module.exports = async function install({
20
21
await utils.npx(`--no-install ember install ${addon}`);
22
23
+ // This can be optimized by going into the node_modules install location
24
+ // from above and grabbing it from there.
25
let parsedBlueprint = await parseBlueprint(addon);
26
let downloadedBlueprint = await downloadBlueprint(parsedBlueprint.name, parsedBlueprint.url, toDefault);
27
0 commit comments