mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[MIGRATION] - Project file restored
This commit is contained in:
@@ -6,14 +6,22 @@
|
|||||||
"prefix": "adf",
|
"prefix": "adf",
|
||||||
"targets": {
|
"targets": {
|
||||||
"build": {
|
"build": {
|
||||||
"executor": "@angular-devkit/build-angular:ng-packagr",
|
"executor": "@nx/webpack:webpack",
|
||||||
"options": {
|
"options": {
|
||||||
"tsConfig": "lib/testing/tsconfig.lib.json",
|
"projectRoot": "lib/testing",
|
||||||
"project": "lib/testing/ng-package.json"
|
"outputPath": "dist/libs/testing",
|
||||||
|
"main": "lib/testing/index.ts",
|
||||||
|
"generatePackageJson": true,
|
||||||
|
"tsConfig": "lib/testing/tsconfig.prod.json",
|
||||||
|
"target": "node",
|
||||||
|
"compiler": "tsc"
|
||||||
},
|
},
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"production": {
|
"production": {
|
||||||
"project": "lib/testing/ng-package.json",
|
"projectRoot": "lib/testing",
|
||||||
|
"outputPath": "dist/libs/testing",
|
||||||
|
"main": "lib/testing/index.ts",
|
||||||
|
"generatePackageJson": true,
|
||||||
"tsConfig": "lib/testing/tsconfig.prod.json"
|
"tsConfig": "lib/testing/tsconfig.prod.json"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user