We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19ac8f1 commit ded7a64Copy full SHA for ded7a64
package.json
@@ -5,7 +5,7 @@
5
"description": "Layout Management for abap2UI5.",
6
"scripts": {
7
"build_bsp" : "git clone --branch cloud https://github.com/abap2UI5/frontend && rm -rf src/02/* && node .github/app2bsp/run.js && npm run cleanup",
8
- "cleanup" : "rm -rf frontend ",
+ "cleanup" : "rm -rf frontend && rm -rf app ",
9
"syfixes": "find . -type f -name '*.abap' -exec sed -i -e 's/ RAISE EXCEPTION TYPE cx_sy_itab_line_not_found/ ASSERT 1 = 0/g' {} + ",
10
"downport": "abaplint --fix .github/abaplint/abap_702.jsonc && npm run syfixes",
11
"js2abap": "node .github/app2string/trans2abap.js"
@@ -38,4 +38,4 @@
38
"dependencies": {
39
"npm-check-updates": "^17.1.13"
40
}
41
- }
+ }
0 commit comments