forked from loafle/openapi-generator-original
* update readme; remove unused DeriveAnyClass extension * refactor request/param utility functions * add strictFields cli option * add CONTRIBUTING.md
651 B
651 B
Rebuild jar
(cd ../../../..; mvn package);
Regenerate Template
- Run the shell script
haskell-http-client-petstore.sh
to update the Petstore sample
(cd ../../../..; ./bin/haskell-http-client-petstore.sh);
Typecheck, Build and run Unit tests
- Check that the following commands complete build without any errors
(stack clean && stack haddock && stack test);
(cd ./example-app; stack clean && stack build);
(cd ./tests-integration; stack clean && stack build --no-run-tests);
Integration Tests
- run the integration tests as described in
./tests-integration/README.md