Merge branch 'main' into fix-orders-app

This commit is contained in:
Johannes Vogt
2025-03-26 15:31:44 +01:00
committed by GitHub

View File

@@ -11,12 +11,10 @@
"./fiori",
"./orders",
"./reviews",
"./etc/data-viewer",
"./etc/loggers"
"./etc/*"
],
"devDependencies": {
"@cap-js/cds-test": "^0",
"@eslint/js": "^9.22.0"
"@cap-js/cds-test": "^0"
},
"scripts": {
"start": "cds watch bookshop --open http://localhost:4004",
@@ -27,6 +25,8 @@
"reviews": "cds watch reviews",
"lint": "npx eslint",
"test": "chest test",
"jest": "npx jest",
"mocha": "npx mocha",
"build": "mbt build -t gen --mtar mta.tar",
"deploy": "cf deploy gen/mta.tar",
"undeploy": "cf undeploy capire.samples --delete-services --delete-service-keys"