fix: open api pump (#6502)

This commit is contained in:
Jason Rasmussen 2024-01-19 12:09:18 -05:00 committed by GitHub
parent d5af357992
commit df27460f1c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 10 additions and 14 deletions

View file

@ -62,7 +62,7 @@ fi
if [ "$CURRENT_SERVER" != "$NEXT_SERVER" ]; then
echo "Pumping Server: $CURRENT_SERVER => $NEXT_SERVER"
npm --prefix server version $SERVER_PUMP
npm --prefix server run api:generate
make open-api
poetry --directory machine-learning version $SERVER_PUMP
fi