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