Skip to content

Commit

Permalink
Merge pull request #351 from RedHatInsights/switch-notifications-new-…
Browse files Browse the repository at this point in the history
…builder

feat!: Update notifications to use new builder
  • Loading branch information
florkbr authored Jan 10, 2025
2 parents 62bc1bb + af93ec4 commit c23dcee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/notifications/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redhat-cloud-services/notifications-client",
"version": "3.1.1",
"version": "4.0.0",
"description": "",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
Expand Down
8 changes: 4 additions & 4 deletions packages/notifications/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@
}
},
"build": {
"executor": "@redhat-cloud-services/build-utils:old-builder",
"executor": "@redhat-cloud-services/build-utils:builder",
"options": {
"outputPath": "packages/notifications/dist",
"main": "packages/notifications/index.ts",
"tsConfig": "packages/notifications/tsconfig.cjs.json"
"esmTsConfig": "packages/notifications/tsconfig.esm.json",
"cjsTsConfig": "packages/notifications/tsconfig.cjs.json"
}
},
"publish": {
Expand Down Expand Up @@ -57,8 +58,7 @@
"npm": {
"executor": "ngx-deploy-npm:deploy",
"options": {
"access": "public",
"distFolderPath": "dist/notifications"
"access": "public"
}
}
},
Expand Down

0 comments on commit c23dcee

Please sign in to comment.