Can we deploy ember addon dummy apps?

I have a situation where I have a bunch of addons that we package inside an ember app for deployment. Sometimes the application is just 1 instance of the dummy app in the application.js controller, and thats it!

However in order to save a step I wonder if can we deploy the build from the ember addon’s dummy app? If so is there a way to build a prod version from the dummy app?

Well I ran ember build --environment=production and I got a prod build. Still sure if I can use this. If so is there a way to specify a custom brocfile for the dummy app and change its output name instead of dummy-ba068…js