Ionic Pro build fail

I just updated my account to Ionic Pro.

My app is linked to the app in dashboard, and It is running correctly on local machine and phone with android.

But when i try to “git push ionic master” i have following errors (in every file where globals is imported):

typescript: src/pages/forum/forum.ts, line: 4
remote:   Cannot find module '../../app/globals'.

globals.ts content:

export const GlobalVariable = Object.freeze({
    API_URL: 'https://example-url.com/api/',
});

Is the globals import somehow different from all the others you are having in your app?

No, it is declared exactly as rest.