Skip to content

Commit

Permalink
fix(esbuild-meta): fix versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherPHolder committed Apr 15, 2024
1 parent 0204fe5 commit 96f8b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/esbuild-meta/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"executor": "ngx-deploy-npm:deploy",
"options": {
"access": "public",
"distFolderPath": "dist/{projectRoot}"
"distFolderPath": "dist/packages/esbuild-meta"
}
},
"release": {
Expand Down

0 comments on commit 96f8b2e

Please sign in to comment.