Skip to content

Commit

Permalink
chore(project): migrate ngx-deploy-npm to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
julianpoemp committed Oct 24, 2024
1 parent 09c1caf commit 9e4765f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion libs/ngx-jodit-pro/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@
"npm": {
"executor": "ngx-deploy-npm:deploy",
"options": {
"access": "public"
"access": "public",
"distFolderPath": "dist/libs/ngx-jodit-pro"
}
}
}
Expand Down
3 changes: 2 additions & 1 deletion libs/ngx-jodit/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@
"npm": {
"executor": "ngx-deploy-npm:deploy",
"options": {
"access": "public"
"access": "public",
"distFolderPath": "dist/libs/ngx-jodit"
}
}
}
Expand Down

0 comments on commit 9e4765f

Please sign in to comment.