mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-09-17 14:21:14 +00:00
[link-adf:dev-alepore-AAE-12501-align-js-api] Fix setup && Trigger build
This commit is contained in:
@@ -5,10 +5,11 @@
|
|||||||
"baseUrl": "./",
|
"baseUrl": "./",
|
||||||
"module": "commonjs",
|
"module": "commonjs",
|
||||||
"target": "es2017",
|
"target": "es2017",
|
||||||
"types": ["jasmine", "jasminewd2", "node"],
|
"types": ["jasmine", "jasminewd2", "node", "@playwright/test"],
|
||||||
"skipLibCheck": true,
|
"skipLibCheck": true,
|
||||||
"paths": {
|
"paths": {
|
||||||
"@alfresco/aca-testing-shared": ["../projects/aca-testing-shared/src/index.ts"]
|
"@alfresco/aca-testing-shared": ["../projects/aca-testing-shared/src/index.ts"],
|
||||||
|
"@alfresco/playwright-shared": ["./playwright/shared/index.ts"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"exclude": ["node_modules"]
|
"exclude": ["node_modules"]
|
||||||
|
@@ -43,7 +43,6 @@
|
|||||||
"@alfresco/aca-content/about": ["projects/aca-content/about/src/public-api.ts"],
|
"@alfresco/aca-content/about": ["projects/aca-content/about/src/public-api.ts"],
|
||||||
"@alfresco/aca-viewer": ["projects/aca-viewer/src/public-api.ts"],
|
"@alfresco/aca-viewer": ["projects/aca-viewer/src/public-api.ts"],
|
||||||
"@alfresco/aca-preview": ["projects/aca-preview/src/public-api.ts"],
|
"@alfresco/aca-preview": ["projects/aca-preview/src/public-api.ts"],
|
||||||
"@alfresco/playwright-shared": ["e2e/playwright/shared/index.ts"],
|
|
||||||
"package.json": ["package.json"],
|
"package.json": ["package.json"],
|
||||||
"*": ["./node_modules/*"]
|
"*": ["./node_modules/*"]
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user