Skip to content

Commit

Permalink
fix(zod-nestjs): set up nx project the same as zod-openapi
Browse files Browse the repository at this point in the history
  • Loading branch information
trs committed Jan 10, 2023
1 parent e21f365 commit be67dc4
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions packages/zod-nestjs/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"projectType": "library",
"targets": {
"build": {
"dependsOn": ["^build"],
"executor": "@nrwl/js:tsc",
"outputs": ["{options.outputPath}"],
"options": {
Expand All @@ -24,7 +23,6 @@
}
},
"test": {
"dependsOn": ["^build"],
"executor": "@nrwl/jest:jest",
"outputs": ["{workspaceRoot}/coverage/packages/zod-nestjs"],
"options": {
Expand All @@ -51,10 +49,7 @@
"publish": {
"executor": "ngx-deploy-npm:deploy",
"options": {
"access": "public",
"noBuild": true,
"tag": "${tag}",
"notes": "${notes}"
"access": "public"
}
}
},
Expand Down

0 comments on commit be67dc4

Please sign in to comment.