@hugurp wrote:
Hi,
When working on an addon I currently do the following:
cd ~/my-addon npm link cd ~/my-app npm link my-addon
With https://ember-cli.com/extending/#link-to-addon-while-developing it works great.
Now I would like to experiment with the steps happening after a future user would run
ember install my-addon
.How would you run this command in the context of a local package in development?
Cheers
Posts: 3
Participants: 2