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 2
2
node_modules
3
3
abap2UI5
4
4
abap2UI5-samples
5
+ output
Original file line number Diff line number Diff line change 7
7
"clone1" : " rm -rf abap2UI5 && git clone --depth=1 https://github.com/abap2UI5/abap2UI5 && cp -r abap2UI5/src src" ,
8
8
"clone2" : " rm -rf abap2UI5-samples && git clone --depth=1 https://github.com/abap2UI5/abap2UI5-samples && cp -r abap2UI5-samples/src src/samples" ,
9
9
"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" ,
12
12
"init" : " npm run init_abap2ui5 && npm run init_samples" ,
13
13
"syfixes" : " find . -type f -name '*.abap' -exec sed -i -e 's/ RAISE EXCEPTION TYPE cx_sy_itab_line_not_found/ ASSERT 1 = 0/g' {} + " ,
14
14
"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