mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
* ACS-9039 fix for export lib * Update project.json to remove test config * update package version * update package dependancy * Update package.json
27 lines
811 B
JSON
27 lines
811 B
JSON
{
|
|
"name": "aca-playwright-shared",
|
|
"$schema": "../../node_modules/nx/schemas/project-schema.json",
|
|
"sourceRoot": "projects/aca-playwright-shared/src",
|
|
"projectType": "library",
|
|
"prefix": "lib",
|
|
"targets": {
|
|
"build": {
|
|
"executor": "@angular-devkit/build-angular:ng-packagr",
|
|
"options": {
|
|
"tsConfig": "projects/aca-playwright-shared/tsconfig.lib.json",
|
|
"project": "projects/aca-playwright-shared/ng-package.json"
|
|
},
|
|
"configurations": {
|
|
"production": {
|
|
"tsConfig": "projects/aca-playwright-shared/tsconfig.lib.prod.json"
|
|
}
|
|
},
|
|
"defaultConfiguration": "production",
|
|
"outputs": ["{workspaceRoot}/dist/@alfresco/aca-playwright-shared"]
|
|
},
|
|
"lint": {
|
|
"executor": "@angular-eslint/builder:lint"
|
|
}
|
|
}
|
|
}
|