update github actions

This commit is contained in:
oblomov-dev 2025-02-18 15:13:06 +00:00 committed by GitHub
parent 6ee711df79
commit 1535af5540
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 3 additions and 2 deletions

View File

@ -31,7 +31,7 @@
"undeploy": "cf undeploy z2ui5 --delete-services --delete-service-keys --delete-service-brokers",
"deploy-test": "npm run build && fiori deploy --config ui5-deploy.yaml --testMode true",
"build:cf": "ui5 build preload --clean-dest --config ui5-deploy.yaml --include-task=generateCachebusterInfo",
"transform": "node ../ci/app2string/trans2abap.js",
"transform": "node ../.github/app2string/trans2abap.js",
"build:mta": "rimraf resources mta_archives && mbt build"
},
"sapuxLayer": "CUSTOMER_BASE"

View File

@ -5,7 +5,8 @@
"description": "Layout Management for abap2UI5.",
"scripts": {
"syfixes": "find . -type f -name '*.abap' -exec sed -i -e 's/ RAISE EXCEPTION TYPE cx_sy_itab_line_not_found/ ASSERT 1 = 0/g' {} + ",
"downport": "abaplint --fix .github/abaplint/abap_702.jsonc && npm run syfixes"
"downport": "abaplint --fix .github/abaplint/abap_702.jsonc && npm run syfixes",
"js2abap": "node .github/app2string/trans2abap.js"
},
"repository": {
"type": "git",