Apply suggestions from code review

Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
pull/1766/head
Michael Telatynski 2 months ago committed by GitHub
parent 67acd75337
commit 81503232cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -2,6 +2,8 @@
# Script to generate OpenAPI typescript definitions for the Matrix APIs
set -e
RELEASE="${npm_package_version%.*}"
SPEC_DIR="v${RELEASE}"
if [ "$RELEASE" == "0.0" ]; then

Loading…
Cancel
Save