Skip to content

Commit

Permalink
chore: silence yq warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
limwa committed Jul 17, 2024
1 parent 4c60d16 commit 5352042
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/pulumi/sync-crds.sh
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ function download_crds {

function patch_crds_package() {
local crds_package=$1
yq -i '.version = "0.0.0"' "$crds_package/package.json"
yq -i '.exports.["."] = "./bin/index.js"' "$crds_package/package.json"
yq -i '.version = "0.0.0"' -oj "$crds_package/package.json"
yq -i '.exports.["."] = "./bin/index.js"' -oj "$crds_package/package.json"
}

function build_crds_package() {
Expand Down

0 comments on commit 5352042

Please sign in to comment.