Package Process Steps

I am trying to use “Pro” version but have had a number of issue because my Ionic App is in a sub directory of another Angualr app. I updated the "npm install: and build steps to move my ionic app out of the sub directory and place it in the root as if it was the only app. Now the build works however the package step continues to fail. Can some one tell me what I can do to try and debug the package step. The only thing I get is “Error: Source path does not exist: resources/android/icon/drawable-hdpi-icon.png” but when I look at my project that files does exist.

Something I did notice via adding “ls” in some of the steps was that during the package step the directory structure has reverted back to the one before the “build” step completed. Are there other project.json targets that I can inject my own code in to in order to make sure the projects directory structure works for Ionic Pro?

Thanks

1 Like