Web Build failed in AppFlow

During the build, NPM i fails because of some dependencies hosted in our private internal NPM repository. For example:

“devDependencies”: {
@mycomany/blah1”: “^0.0.1”,
@mycomany/blah2”: “^0.0.2”,

}

.npmrc
@mycompany:registry=http://ourinternalserver:4873

Obviously, our internal server is not accessible from the outside of our network. Is there any way to push our private NPM modules to ionic appflow cloud and exclude those to be installed during the build?

Thanks,

You can - and should - contact support at http://ionicframework.com/support#support