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 a40497b commit 5bc5fa9Copy full SHA for 5bc5fa9
package.json
@@ -5,10 +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 && 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"
+ "cleanup" : "rm -rf frontend && rm -rf app "
12
},
13
"repository": {
14
"type": "git",
0 commit comments