How to write my ember build in ember cli

Hi.

How to write my ember build in ember cli ?

I am working on modular application ,in the core module,ember folder exists base on structural of ember cli . but in other modules in ember folder , exist only pod folder. in the core module, when I use the “ember build” command, the application is properly build. but in other modules, when I use the “ember build” command, the program will receive the following error : “You have to be inside an ember-cli project in order to use the build command.”. I need to write my ember build in ember cli For just only pod folder (inculde of 1.Es6 to Es5 2.htmlbar 3… and other my needs)

You can write a deploy plug-in to do this see: