The idea is that because this addon does some work with npm after the initial app is created it needs to be able to execute the machinery of the linking process later in the pipeline. This example doesn't actually work but it gets the point across (I think!)
This is related to https://github.com/kaliber5/ember-fastboot-addon-tests/issues/21 and https://github.com/tomdale/ember-cli-addon-tests/issues/176 and is a demo of what I was trying to achieve in https://github.com/tomdale/ember-cli-addon-tests/pull/186
The idea is that because this addon does some work with npm after the initial app is created it needs to be able to execute the machinery of the linking process later in the pipeline. This example doesn't actually work but it gets the point across (I think!)