This repository was archived by the owner on Aug 29, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 2222 },
2323 "scripts" : {
2424 "cleanup" : " rm -rf node_modules && rm -rf */node_modules && rm -rf */*/node_modules" ,
25- "fix-antlr" : " sed -i -e 's/INVALID_ALT_NUMBER = require.*/INVALID_ALT_NUMBER = 0/' node_modules/antlr4/tree/Trees.js node_modules/antlr4/RuleContext.js" ,
2625 "registry" : " node .registry/server.js" ,
2726 "bookshop" : " cds watch bookshop" ,
2827 "fiori" : " cds watch fiori" ,
Original file line number Diff line number Diff line change @@ -62,6 +62,8 @@ Each sub directory essentially is an individual npm package arranged in an [all-
6262- A [ composite app, reusing and combining] ( https://cap.cloud.sap/docs/guides/verticalize ) these packages:
6363 - [ @capire/bookshop ] ( bookshop )
6464 - [ @capire/common ] ( common )
65+ - [ @capire/orders ] ( orders )
66+ - [ @capire/reviews ] ( reviews )
6567 - [ @capire/suppliers ] ( suppliers )
6668- [ Adds an SAP Fiori elements application] ( https://cap.cloud.sap/docs/guides/fiori/ ) to bookshop, thereby introducing to:
6769 - [ OData Annotations] ( https://cap.cloud.sap/docs/guides/fiori#adding-odata-annotations ) in ` .cds ` files
You can’t perform that action at this time.
0 commit comments