Skip to content

Commit

Permalink
re-enable pg-build script
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorwolf committed Nov 15, 2023
1 parent 8978d37 commit c606425
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions mta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c606425

Please sign in to comment.