mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[AAE-11496] Move 'content-plugin' to projects folder as 'aca-content' (#2817)
* [AAE-11496] Move content-plugin to projects * Fix unit test
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
|
||||
"dest": "../../dist/aca-content",
|
||||
"lib": {
|
||||
"styleIncludePaths": [
|
||||
"projects/aca-content/src/lib/ui"
|
||||
],
|
||||
"entryFile": "src/public-api.ts"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user