Skip to content

Commit

Permalink
chore: clean project.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nsbarsukov committed May 20, 2024
1 parent 104e66c commit 2c68d78
Showing 1 changed file with 3 additions and 16 deletions.
19 changes: 3 additions & 16 deletions projects/legacy/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,14 @@
"sourceRoot": "projects/legacy",
"projectType": "library",
"prefix": "tui",
"implicitDependencies": ["!testing", "!core", "!styles"],
"implicitDependencies": ["!testing"],
"targets": {
"build": {
"executor": "@angular-devkit/build-angular:ng-packagr",
"options": {
"tsConfig": "tsconfig.build.json",
"project": "{projectRoot}/ng-package.json"
},
"dependsOn": [
{
"target": "build",
"params": "forward",
"dependencies": true
}
]
}
},
"test": {
"executor": "@nx/jest:jest",
Expand All @@ -28,13 +21,7 @@
"coverageDirectory": "coverage/legacy",
"collectCoverageFrom": ["<rootDir>/{projectRoot}/**/*.ts"],
"testMatch": ["<rootDir>/{projectRoot}/**/*.spec.ts"]
},
"dependsOn": [
{
"target": "postbuild",
"params": "forward"
}
]
}
},
"publish": {
"executor": "nx:run-commands",
Expand Down

0 comments on commit 2c68d78

Please sign in to comment.