Skip to content

Commit

Permalink
chore: target cdk:test-schematics dependsOn cdk:build (#1824)
Browse files Browse the repository at this point in the history
  • Loading branch information
nsbarsukov authored May 30, 2022
1 parent 2dbe60c commit 110c921
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,13 @@
"tsc -p ./projects/cdk/schematics/tsconfig.spec.json --tsBuildInfoFile null",
"jasmine ./dist/cdk/schematics/**/*.spec.js"
]
}
},
"dependsOn": [
{
"target": "build",
"projects": "self"
}
]
},
"publish": {
"builder": "@nrwl/workspace:run-commands",
Expand Down

0 comments on commit 110c921

Please sign in to comment.