This commit is contained in:
sjvans
2022-02-03 17:57:35 +01:00
parent ea0773071e
commit 6928ae907a
24 changed files with 1006 additions and 164 deletions

View File

@@ -10,6 +10,7 @@
"@capire/common": "./common",
"@capire/data-viewer": "./data-viewer",
"@capire/fiori": "./fiori",
"@capire/gdpr": "./gdpr",
"@capire/hello": "./hello",
"@capire/media": "./media",
"@capire/orders": "./orders",
@@ -30,6 +31,7 @@
"registry": "node .registry/server.js",
"bookshop": "cds watch bookshop",
"fiori": "cds watch fiori",
"gdpr": "cds watch gdpr",
"hello": "cds watch hello",
"media": "cds watch media",
"mocha": "npx mocha || echo",