Skip to content

Commit

Permalink
Make sure to remove generated jsonschema files when running make clean
Browse files Browse the repository at this point in the history
Signed-off-by: Fredrik Skogman <[email protected]>
  • Loading branch information
kommendorkapten committed Apr 9, 2024
1 parent 6e3ec96 commit 349c51b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ ruby: docker-image

jsonschema: docker-image-jsonschema
@echo "Generating JSON schema files"
mkdir -p gen/jsonschema/schemas
docker run \
-v ${PWD}:/defs \
--entrypoint sh \
Expand Down Expand Up @@ -94,7 +95,8 @@ clean:
gen/pb-typescript/src/__generated__ \
gen/pb-python/sigstore_protobuf_specs/dev \
gen/pb-python/sigstore_protobuf_specs/io \
gen/pb-rust/target
gen/pb-rust/target \
gen/jsonschema/schemas
docker rmi -f ${PROTOC_IMAGE}

help:
Expand Down

0 comments on commit 349c51b

Please sign in to comment.