Skip to content

Commit

Permalink
fix(workspace): update target config
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherPHolder committed Aug 26, 2024
1 parent 4454a0d commit 6f26528
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/cli/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@
"npm": {
"executor": "ngx-deploy-npm:deploy",
"options": {
"access": "public"
"access": "public",
"distFolderPath": "dist/packages/cli"
}
},
"link": {
Expand Down

0 comments on commit 6f26528

Please sign in to comment.