Skip to content

Commit ded7a64

Browse files
authored
Update package.json
1 parent 19ac8f1 commit ded7a64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +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 ",
8+
"cleanup" : "rm -rf frontend && rm -rf app ",
99
"syfixes": "find . -type f -name '*.abap' -exec sed -i -e 's/ RAISE EXCEPTION TYPE cx_sy_itab_line_not_found/ ASSERT 1 = 0/g' {} + ",
1010
"downport": "abaplint --fix .github/abaplint/abap_702.jsonc && npm run syfixes",
1111
"js2abap": "node .github/app2string/trans2abap.js"
@@ -38,4 +38,4 @@
3838
"dependencies": {
3939
"npm-check-updates": "^17.1.13"
4040
}
41-
}
41+
}

0 commit comments

Comments
 (0)