File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 4
4
"version" : " 1.0.0" ,
5
5
"description" : " abap2UI5-local" ,
6
6
"scripts" : {
7
+ "abaplintpathfix" : " sed -i 's|\" files\" : \" /\\ .\\ .\\ /\\ .\\ .\\ /src\\ /\\ *\\ *\\ /\\ *\\ .\\ *\" |\" files\" : \" /src/**/*.*\" |g' abaplint.jsonc" ,
7
8
"syfixes" : " find . -type f -name '*.abap' -exec sed -i -e 's/ RAISE EXCEPTION TYPE cx_sy_itab_line_not_found/ ASSERT 1 = 0/g' {} + " ,
8
- "downport" : " abaplint --fix .github/abaplint/abap_702.jsonc && npm run syfixes && cp -f .github/abaplint/abap_702.jsonc abaplint.jsonc" ,
9
+ "downport" : " abaplint --fix .github/abaplint/abap_702.jsonc && npm run syfixes && cp -f .github/abaplint/abap_702.jsonc abaplint.jsonc && npm run abaplintpathfix " ,
9
10
"init_downport" : " git clone --branch 702 https://github.com/abap2UI5/abap2UI5 && cp -r abap2UI5/src src" ,
10
11
"cleanup_downport" : " rm -rf abap2UI5 && rm -rf src/src"
11
12
},
27
28
"dependencies" : {
28
29
"npm-check-updates" : " ^17.1.13"
29
30
}
30
- }
31
+ }
You can’t perform that action at this time.
0 commit comments