Add fix path for migration runner service build (#43)

* Fix yarn build

* Fix build migration path
This commit is contained in:
Sergey Kirichenko 2023-11-07 19:39:48 +03:00 committed by GitHub
parent 50442a67ae
commit 4af0dc486d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@ echo "== BACK-END-BUILD =="
cd ${SRC_PATH}/server
dotnet build ASC.Web.slnf ${ARGS}
dotnet build ASC.Migrations.sln -o ${SRC_PATH}/ASC.Migration.Runner/service/
dotnet build ASC.Migrations.sln -o ${SRC_PATH}/server/ASC.Migration.Runner/service/
cd ${SRC_PATH}/client
# Array of names backend services in directory common (Nodejs)