mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-09-17 14:21:14 +00:00
AAE-22975 Fix adfprod test config [link-adf:develop]
This commit is contained in:
@@ -95,6 +95,7 @@
|
||||
"app/src/styles.scss"
|
||||
],
|
||||
"scripts": [
|
||||
"node_modules/pdfjs-dist/web/pdf_viewer.mjs",
|
||||
"node_modules/mermaid/dist/mermaid.min.js",
|
||||
"node_modules/katex/dist/katex.min.js",
|
||||
"node_modules/katex/dist/contrib/auto-render.min.js",
|
||||
@@ -192,7 +193,10 @@
|
||||
"replace": "app/src/environments/environment.ts",
|
||||
"with": "app/src/environments/environment.prod.ts"
|
||||
}
|
||||
]
|
||||
],
|
||||
"stylePreprocessorOptions": {
|
||||
"includePaths": ["projects/aca-content/src/lib/ui", "node_modules", "../alfresco-ng2-components/lib/core/src/lib"]
|
||||
}
|
||||
}
|
||||
},
|
||||
"defaultConfiguration": "",
|
||||
|
@@ -38,7 +38,10 @@
|
||||
},
|
||||
"configurations": {
|
||||
"adfprod": {
|
||||
"tsConfig": "projects/aca-shared/tsconfig.spec.adf.json"
|
||||
"tsConfig": "projects/aca-shared/tsconfig.spec.adf.json",
|
||||
"stylePreprocessorOptions": {
|
||||
"includePaths": ["projects/aca-content/src/lib/ui", "node_modules", "../alfresco-ng2-components/lib/core/src/lib"]
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user