Skip to content

Commit

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

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

0 comments on commit dd92817

Please sign in to comment.