mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
Fix the scss import and save the build on S3 (#1382)
* Fix the scss import and save the build on S3 * Run unit test without builing again * Move success after build * Build with config e2e
This commit is contained in:
@@ -18,10 +18,15 @@
|
||||
"lib": ["es2018", "dom"],
|
||||
"paths": {
|
||||
"@alfresco/aca-shared": ["projects/aca-shared/src/public-api.ts"],
|
||||
"@alfresco/aca-shared/store": ["projects/aca-shared/store/src/public_api.ts"],
|
||||
"@alfresco/aca-shared/rules": ["projects/aca-shared/rules/src/public_api.ts"],
|
||||
"@alfresco/adf-office-services-ext": ["projects/adf-office-services-ext/src/public_api.ts"],
|
||||
"@alfresco/adf-office-services-ext/*": ["projects/adf-office-services-ext/src/lib/*"]
|
||||
"@alfresco/aca-shared/store": [
|
||||
"projects/aca-shared/store/src/public_api.ts"
|
||||
],
|
||||
"@alfresco/aca-shared/rules": [
|
||||
"projects/aca-shared/rules/src/public_api.ts"
|
||||
],
|
||||
"@alfresco/adf-office-services-ext": [
|
||||
"projects/adf-office-services-ext/src/public_api.ts"
|
||||
]
|
||||
}
|
||||
},
|
||||
"exclude": ["node_modules"],
|
||||
|
Reference in New Issue
Block a user