Skip to content

Commit

Permalink
chore: add new npm target option
Browse files Browse the repository at this point in the history
  • Loading branch information
getlarge committed Mar 12, 2024
1 parent b7a2ccb commit 62b91e5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/nx-heroku/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,10 @@
},
"npm": {
"executor": "ngx-deploy-npm:deploy",
"dependsOn": ["build"],
"options": {
"access": "public"
"access": "public",
"distFolderPath": "dist/packages/nx-heroku"
}
}
},
Expand Down

0 comments on commit 62b91e5

Please sign in to comment.