mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-29 02:58:20 +08:00
update github actions
This commit is contained in:
parent
6ee711df79
commit
1535af5540
|
@ -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"
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user