From c6064252fb44451969fc79b6bb0f1569ad2a16fe Mon Sep 17 00:00:00 2001 From: Gregor Wolf Date: Wed, 15 Nov 2023 18:10:08 +0100 Subject: [PATCH] re-enable pg-build script --- mta.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mta.yaml b/mta.yaml index dad2d81..77da8e0 100644 --- a/mta.yaml +++ b/mta.yaml @@ -15,8 +15,9 @@ build-parameters: commands: - npm install - cds build --production -# Not required anymore https://cap.cloud.sap/docs/guides/databases-postgres#with-a-deployer-app -# - ./pg-build.sh + # Should not be required anymore https://cap.cloud.sap/docs/guides/databases-postgres#with-a-deployer-app + # but cds build --production doesn't create the gen/pg folder + - ./pg-build.sh # - mkdir -p gen/db-with-express # - npm run copy:db:gen