Skip to content

Commit

Permalink
Merge pull request #184 from dianjuar/ngx-deploy-npm-v8
Browse files Browse the repository at this point in the history
build: migrate to ngx-deploy-npm v8
  • Loading branch information
Brian-McBride authored Jan 27, 2024
2 parents d9f3d79 + 2135c9e commit 1646808
Show file tree
Hide file tree
Showing 8 changed files with 46 additions and 53 deletions.
28 changes: 0 additions & 28 deletions migrations.json

This file was deleted.

22 changes: 11 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"graphql": "^16.7.1",
"jest": "29.5.0",
"jest-environment-node": "^29.5.0",
"ngx-deploy-npm": "^6.0.0",
"ngx-deploy-npm": "8.0.0",
"nx": "16.4.1",
"nx-cloud": "16.0.5",
"openapi3-ts": "^4.1.2",
Expand All @@ -83,3 +83,4 @@
"packages/**"
]
}

7 changes: 5 additions & 2 deletions packages/graphql-codegen-zod/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"preset": "conventional",
"skipCommitTypes": ["ci"],
"postTargets": [
"graphql-codegen-zod:build",
"graphql-codegen-zod:publish",
"graphql-codegen-zod:github"
]
Expand All @@ -52,8 +53,10 @@
"publish": {
"executor": "ngx-deploy-npm:deploy",
"options": {
"access": "public"
}
"access": "public",
"distFolderPath": "dist/packages/graphql-codegen-zod"
},
"dependsOn": ["build"]
}
},
"tags": []
Expand Down
7 changes: 5 additions & 2 deletions packages/graphql-zod-validation/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"preset": "conventional",
"skipCommitTypes": ["ci"],
"postTargets": [
"graphql-zod-validation:build",
"graphql-zod-validation:publish",
"graphql-zod-validation:github"
]
Expand All @@ -52,8 +53,10 @@
"publish": {
"executor": "ngx-deploy-npm:deploy",
"options": {
"access": "public"
}
"access": "public",
"distFolderPath": "dist/packages/graphql-zod-validation"
},
"dependsOn": ["build"]
}
},
"tags": []
Expand Down
8 changes: 5 additions & 3 deletions packages/zod-mock/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"push": true,
"preset": "conventional",
"skipCommitTypes": ["ci"],
"postTargets": ["zod-mock:publish", "zod-mock:github"]
"postTargets": ["zod-mock:build", "zod-mock:publish", "zod-mock:github"]
}
},
"github": {
Expand All @@ -49,8 +49,10 @@
"publish": {
"executor": "ngx-deploy-npm:deploy",
"options": {
"access": "public"
}
"access": "public",
"distFolderPath": "dist/packages/zod-mock"
},
"dependsOn": ["build"]
}
},
"tags": []
Expand Down
12 changes: 9 additions & 3 deletions packages/zod-nestjs/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,11 @@
"push": true,
"preset": "conventional",
"skipCommitTypes": ["ci"],
"postTargets": ["zod-nestjs:publish", "zod-nestjs:github"]
"postTargets": [
"zod-nestjs:build",
"zod-nestjs:publish",
"zod-nestjs:github"
]
}
},
"github": {
Expand All @@ -49,8 +53,10 @@
"publish": {
"executor": "ngx-deploy-npm:deploy",
"options": {
"access": "public"
}
"access": "public",
"distFolderPath": "dist/packages/zod-nestjs"
},
"dependsOn": ["build"]
}
},
"tags": []
Expand Down
12 changes: 9 additions & 3 deletions packages/zod-openapi/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,11 @@
"push": true,
"preset": "conventional",
"skipCommitTypes": ["ci"],
"postTargets": ["zod-openapi:publish", "zod-openapi:github"]
"postTargets": [
"zod-openapi:build",
"zod-openapi:publish",
"zod-openapi:github"
]
}
},
"github": {
Expand All @@ -50,8 +54,10 @@
"publish": {
"executor": "ngx-deploy-npm:deploy",
"options": {
"access": "public"
}
"access": "public",
"distFolderPath": "dist/packages/zod-openapi"
},
"dependsOn": ["build"]
}
},
"tags": []
Expand Down

0 comments on commit 1646808

Please sign in to comment.