Skip to content

Commit

Permalink
build(Makefile): Add prettier format step to crd task
Browse files Browse the repository at this point in the history
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
  • Loading branch information
kahirokunn committed Dec 12, 2024
1 parent 30f4b25 commit 6fb2b83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ test-coverage: fmt test-codegen
rm cover.out

crd:
npx prettier -w artifacts/flagger/crd.yaml
cat artifacts/flagger/crd.yaml > charts/flagger/crds/crd.yaml
cat artifacts/flagger/crd.yaml > kustomize/base/flagger/crd.yaml

Expand Down

0 comments on commit 6fb2b83

Please sign in to comment.