Skip to Content
0
Aug 21, 2023 at 09:23 AM

How to deploy Typescript CAPM CDS v7 in CICD?

112 Views

In my package.json, @sap/cds is change to ^7, npm install carried out and local build has no error.

But when deploying the package thru CICD, it fails at build step saying "cds: not found".

In mta.yaml, we have indicated as before build to execute "cds build" since we have written our CAPM in Typescript, but when building, it says "cds: not found". Any one got any ideas or encountered this and able to figure out?

Thanks!