production builds for CI runs

This commit is contained in:
Denys Vuika
2020-07-03 18:25:49 +01:00
parent f691dc90dc
commit 298fec08c1
15 changed files with 91 additions and 7 deletions

View File

@@ -10,5 +10,10 @@
"@alfresco/adf-core": ["../../dist/core"],
"@alfresco/adf-core/*": ["../../dist/core/*"]
}
},
"angularCompilerOptions": {
"skipTemplateCodegen": true,
"strictMetadataEmit": true,
"enableResourceInlining": true
}
}

View File

@@ -8,5 +8,10 @@
"@alfresco/adf-extensions": ["../dist/extensions"],
"@alfresco/adf-extensions/*": ["../dist/extensions/*"]
}
},
"angularCompilerOptions": {
"skipTemplateCodegen": true,
"strictMetadataEmit": true,
"enableResourceInlining": true
}
}

View File

@@ -3,5 +3,10 @@
"compilerOptions": {
"outDir": "../dist/extensions/",
"baseUrl": "src"
},
"angularCompilerOptions": {
"skipTemplateCodegen": true,
"strictMetadataEmit": true,
"enableResourceInlining": true
}
}

View File

@@ -10,5 +10,10 @@
"@alfresco/adf-core": ["../../dist/core"],
"@alfresco/adf-core/*": ["../../dist/core/*"]
}
},
"angularCompilerOptions": {
"skipTemplateCodegen": true,
"strictMetadataEmit": true,
"enableResourceInlining": true
}
}

View File

@@ -12,5 +12,10 @@
"@alfresco/adf-content-services": ["../../dist/content-services"],
"@alfresco/adf-content-services/*": ["../../dist/content-services/*"]
}
},
"angularCompilerOptions": {
"skipTemplateCodegen": true,
"strictMetadataEmit": true,
"enableResourceInlining": true
}
}

View File

@@ -28,4 +28,5 @@ export * from './lib/pipes/process-services-pipe.module';
export * from './lib/pipes/process-name.pipe';
export * from './lib/pipes/process-services-pipe.module';
export * from './lib/material.module';
export * from './lib/process.module';

View File

@@ -12,5 +12,10 @@
"@alfresco/adf-content-services": ["../../dist/content-services"],
"@alfresco/adf-content-services/*": ["../../dist/content-services/*"]
}
},
"angularCompilerOptions": {
"skipTemplateCodegen": true,
"strictMetadataEmit": true,
"enableResourceInlining": true
}
}

View File

@@ -5,5 +5,10 @@
"baseUrl": "src",
"paths": {
}
},
"angularCompilerOptions": {
"skipTemplateCodegen": true,
"strictMetadataEmit": true,
"enableResourceInlining": true
}
}