Skip to content

Commit

Permalink
Merge pull request #355 from RedHatInsights/switch-policies-new-builder
Browse files Browse the repository at this point in the history
feat!: Update policies to use new builder
  • Loading branch information
florkbr authored Jan 10, 2025
2 parents 1eca020 + 868a73d commit e8577b3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/policies/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redhat-cloud-services/policies-client",
"version": "2.0.2",
"version": "3.0.0",
"description": "",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
Expand Down
8 changes: 4 additions & 4 deletions packages/policies/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/policies/dist",
"main": "packages/policies/index.ts",
"tsConfig": "packages/policies/tsconfig.cjs.json"
"esmTsConfig": "packages/policies/tsconfig.esm.json",
"cjsTsConfig": "packages/policies/tsconfig.cjs.json"
}
},
"publish": {
Expand Down Expand Up @@ -56,8 +57,7 @@
"npm": {
"executor": "ngx-deploy-npm:deploy",
"options": {
"access": "public",
"distFolderPath": "dist/policies"
"access": "public"
}
}
},
Expand Down

0 comments on commit e8577b3

Please sign in to comment.