Skip to content

Commit

Permalink
ci: add distFolderPath to charts project config (#1033)
Browse files Browse the repository at this point in the history
  • Loading branch information
splashdust authored Sep 25, 2023
1 parent 4a92dcb commit da9e042
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libs/charts/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@
"publish": {
"executor": "ngx-deploy-npm:deploy",
"options": {
"access": "public"
"access": "public",
"distFolderPath": "{workspaceRoot}/dist/libs/charts"
}
}
}
Expand Down

0 comments on commit da9e042

Please sign in to comment.