Skip to content

Commit 5bc5fa9

Browse files
authored
Update package.json
1 parent a40497b commit 5bc5fa9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@
55
"description": "Layout Management for abap2UI5.",
66
"scripts": {
77
"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"
8+
"cleanup" : "rm -rf frontend && rm -rf app "
129
},
1310
"repository": {
1411
"type": "git",

0 commit comments

Comments
 (0)