diff --git a/Makefile b/Makefile index a50e76d8..108a79f4 100644 --- a/Makefile +++ b/Makefile @@ -29,8 +29,8 @@ kittycad: target/debug/openapitor --spec-url "https://api.zoo.dev" \ --base-url "https://api.zoo.dev" \ --request-timeout-seconds 600 \ + --clippy-fix \ --repo-name "KittyCAD/kittycad.rs" $(EXTRA_ARGS) - --clippy-fix mv -f $(CURDIR)/kittycad/kittycad.rs.patch.json $(CURDIR) .PHONY: tag