Skip to content

Commit

Permalink
Merge pull request #347 from RedHatInsights/switch-compliance-new-bui…
Browse files Browse the repository at this point in the history
…lder

feat!: Update compliance to use new builder
  • Loading branch information
florkbr authored Jan 9, 2025
2 parents 1874023 + adabfab commit e488ed6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/compliance/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redhat-cloud-services/compliance-client",
"version": "2.0.2",
"version": "3.0.0",
"description": "",
"main": "./index.js",
"module": "./esm/index.js",
Expand Down
8 changes: 4 additions & 4 deletions packages/compliance/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/compliance/dist",
"main": "packages/compliance/index.ts",
"tsConfig": "packages/compliance/tsconfig.cjs.json"
"esmTsConfig": "packages/compliance/tsconfig.esm.json",
"cjsTsConfig": "packages/compliance/tsconfig.cjs.json"
}
},
"publish": {
Expand Down Expand Up @@ -56,8 +57,7 @@
"npm": {
"executor": "ngx-deploy-npm:deploy",
"options": {
"access": "public",
"distFolderPath": "dist/compliance"
"access": "public"
}
}
},
Expand Down

0 comments on commit e488ed6

Please sign in to comment.