Skip to content

Commit

Permalink
Merge pull request #187 from dianjuar/ngx-deploy-npm-v8
Browse files Browse the repository at this point in the history
build: migrate to ngx-deploy-npm v8
  • Loading branch information
julianpoemp authored Jan 19, 2024
2 parents 99fe636 + bc668f3 commit c6f712c
Show file tree
Hide file tree
Showing 10 changed files with 396 additions and 191 deletions.
2 changes: 1 addition & 1 deletion libs/annotation/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"executor": "ngx-deploy-npm:deploy",
"options": {
"access": "public",
"noBuild": true
"distFolderPath": "dist/libs/annotation"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion libs/assets/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"executor": "ngx-deploy-npm:deploy",
"options": {
"access": "public",
"noBuild": true
"distFolderPath": "dist/libs/assets"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion libs/json-sets/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"executor": "ngx-deploy-npm:deploy",
"options": {
"access": "public",
"noBuild": true
"distFolderPath": "dist/libs/json-sets"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion libs/media/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"executor": "ngx-deploy-npm:deploy",
"options": {
"access": "public",
"noBuild": true
"distFolderPath": "dist/libs/media"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion libs/ngx-components/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"executor": "ngx-deploy-npm:deploy",
"options": {
"access": "public",
"noBuild": true
"distFolderPath": "dist/libs/ngx-components"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion libs/ngx-utilities/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"executor": "ngx-deploy-npm:deploy",
"options": {
"access": "public",
"noBuild": true
"distFolderPath": "dist/libs/ngx-utilities"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion libs/utilities/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"executor": "ngx-deploy-npm:deploy",
"options": {
"access": "public",
"noBuild": true
"distFolderPath": "dist/libs/utilities"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion libs/web-media/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"executor": "ngx-deploy-npm:deploy",
"options": {
"access": "public",
"noBuild": true
"distFolderPath": "dist/libs/web-media"
}
}
},
Expand Down
Loading

0 comments on commit c6f712c

Please sign in to comment.