mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
Make aca-playwright-shared buildable and publishable (#4098)
* Make aca-playwright-shared buildable and publishable * Small PR workflow fix
This commit is contained in:
+1
-1
@@ -21,7 +21,6 @@
|
||||
"typeRoots": ["node_modules/@types"],
|
||||
"lib": ["es2019", "dom"],
|
||||
"paths": {
|
||||
"@alfresco/playwright-shared": ["projects/aca-playwright-shared/src/index.ts"],
|
||||
"@alfresco/adf-core": ["../alfresco-ng2-components/lib/core/index.ts"],
|
||||
"@alfresco/adf-core/*": ["../alfresco-ng2-components/lib/core/*/public-api.ts"],
|
||||
"@alfresco/adf-core/shell": ["../alfresco-ng2-components/lib/core/shell/src/index.ts"],
|
||||
@@ -41,6 +40,7 @@
|
||||
"@alfresco/aca-content": ["projects/aca-content/src/public-api.ts"],
|
||||
"@alfresco/aca-content/viewer": ["projects/aca-content/viewer/src/public-api.ts"],
|
||||
"@alfresco/aca-content/preview": ["projects/aca-content/preview/src/public-api.ts"],
|
||||
"@alfresco/aca-playwright-shared": ["projects/aca-playwright-shared/src/public-api.ts"],
|
||||
"package.json": ["package.json"],
|
||||
"*": ["./node_modules/*"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user