[ ] My commit is prefixed with the relevant package (e.g. express-openapi: fixing something) Note: You can use the bin/commit script to automate this.
[ ] I have added tests.
[X] I'm using the latest code from the master branch and there are no conflicts on my branch.
[ ] I have added a suffix to my commit message that will close any existing issue my PR addresses (e.g. openapi-jsonschema-parameters: Adding examples to the validation keywords (fixes #455)).
[X] My tests pass locally.
[X] I have run linting against my code.
Recent versions of all the packages have been shipped with an artifact tsc produces, I'm assuming you didn't want to ship with that as it's useless to have it in the package. I'm also not very familiar with lerna so I hope this works.
express-openapi: fixing something
) Note: You can use the bin/commit script to automate this.openapi-jsonschema-parameters: Adding examples to the validation keywords (fixes #455)
).Recent versions of all the packages have been shipped with an artifact
tsc
produces, I'm assuming you didn't want to ship with that as it's useless to have it in the package. I'm also not very familiar with lerna so I hope this works.