File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 22node_modules
33abap2UI5
44abap2UI5-samples
5+ output
Original file line number Diff line number Diff line change 77 "clone1" : " rm -rf abap2UI5 && git clone --depth=1 https://github.com/abap2UI5/abap2UI5 && cp -r abap2UI5/src src" ,
88 "clone2" : " rm -rf abap2UI5-samples && git clone --depth=1 https://github.com/abap2UI5/abap2UI5-samples && cp -r abap2UI5-samples/src src/samples" ,
99 "clone" : " rm -rf src && npm run clone1 && npm run clone2" ,
10- "init_abap2ui5" : " mkdir src && git clone --depth=1 https://github.com/abap2UI5/abap2UI5.git && cp -r abap2UI5/src/* src/" ,
11- "init_samples" : " git clone --depth=1 https://github.com/abap2UI5/abap2UI5-samples && cp -r abap2UI5-samples/src src/samples" ,
10+ "init_abap2ui5" : " rm -rf src && rm -rf abap2UI5 && mkdir src && git clone --depth=1 https://github.com/abap2UI5/abap2UI5.git && cp -r abap2UI5/src/* src/" ,
11+ "init_samples" : " rm -rf abap2UI5-samples && git clone --depth=1 https://github.com/abap2UI5/abap2UI5-samples && cp -r abap2UI5-samples/src src/samples" ,
1212 "init" : " npm run init_abap2ui5 && npm run init_samples" ,
1313 "syfixes" : " find . -type f -name '*.abap' -exec sed -i -e 's/ RAISE EXCEPTION TYPE cx_sy_itab_line_not_found/ ASSERT 1 = 0/g' {} + " ,
1414 "downport" : " rm -rf downport && cp -r src downport && abaplint --fix ./ci/abaplint-downport.jsonc && npm run syfixes" ,
You can’t perform that action at this time.
0 commit comments