Skip to content

Commit

Permalink
chore: minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
MathurAditya724 committed Dec 4, 2024
1 parent 107a6f9 commit c340c0e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
2 changes: 1 addition & 1 deletion packages/core/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"nx-release-publish": {
"options": {
"packageRoot": "dist\\{projectRoot}"
"packageRoot": "dist/{projectRoot}"
}
},
"test": {
Expand Down
14 changes: 0 additions & 14 deletions packages/redis/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,6 @@
"options": {
"reportsDirectory": "../../coverage/packages/redis"
}
},
"version": {
"executor": "@jscutlery/semver:version",
"options": {
"preset": "conventional"
}
},
"deploy": {
"executor": "ngx-deploy-npm:deploy",
"options": {
"access": "public",
"distFolderPath": "dist/packages/redis"
},
"dependsOn": ["build"]
}
},
"tags": [],
Expand Down

0 comments on commit c340c0e

Please sign in to comment.