mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-29 02:58:20 +08:00
downport mapster fix (#1267)
Some checks are pending
build_downport / build_downport (push) Waiting to run
Some checks are pending
build_downport / build_downport (push) Waiting to run
This commit is contained in:
parent
580e366f45
commit
bbd8fc5b1e
|
@ -5,7 +5,8 @@
|
||||||
"description": "Developing UI5 Apps purely in ABAP.",
|
"description": "Developing UI5 Apps purely in ABAP.",
|
||||||
"scripts": {
|
"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' {} + ",
|
"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": "rm -rf downport && cp -r src downport && abaplint --fix ./ci/abaplint-downport.jsonc && npm run syfixes",
|
"delete_mapster": "rm ./src/01/05/z2ui5_cl_cc_imagemapster.clas.abap && rm ./src/01/05/z2ui5_cl_cc_imagemapster.clas.xml",
|
||||||
|
"downport": "rm -rf downport && cp -r src downport && abaplint --fix ./ci/abaplint-downport.jsonc && npm run syfixes && npm run delete_mapster",
|
||||||
"unit": "echo RUNNING && node output/index.mjs",
|
"unit": "echo RUNNING && node output/index.mjs",
|
||||||
"transpile": "rm -rf output && abap_transpile test/abap_transpile.json",
|
"transpile": "rm -rf output && abap_transpile test/abap_transpile.json",
|
||||||
"test": "npm run downport && npm run transpile && npm run unit",
|
"test": "npm run downport && npm run transpile && npm run unit",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user