Skip to content

Commit

Permalink
[MIGRATION] - Project file restored
Browse files Browse the repository at this point in the history
  • Loading branch information
VitoAlbano committed Aug 8, 2024
1 parent c9b04e2 commit ff543ac
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions lib/testing/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,22 @@
"prefix": "adf",
"targets": {
"build": {
"executor": "@angular-devkit/build-angular:ng-packagr",
"executor": "@nx/webpack:webpack",
"options": {
"tsConfig": "lib/testing/tsconfig.lib.json",
"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",
"target": "node",
"compiler": "tsc"
},
"configurations": {
"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"
}
},
Expand Down

0 comments on commit ff543ac

Please sign in to comment.