Update package.json (#904)

This commit is contained in:
oblomov 2024-02-18 16:25:10 +01:00 committed by GitHub
parent 2f26a993f6
commit 2b2eefdbce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,7 @@
"version": "1.0.0", "version": "1.0.0",
"description": "Developing UI5 Apps in pure ABAP.", "description": "Developing UI5 Apps in pure ABAP.",
"scripts": { "scripts": {
"syfixes": "find . -type f -name '*.abap' -exec sed -i -e 's/ RAISE EXCEPTION TYPE cx_sy_itab_line_not_found/ ASSERT 1 = 0./g' {} + ", "syfixes": "find . -type f -name '*.abap' -exec sed -i -e 's/ RAISE EXCEPTION TYPE cx_sy_itab_line_not_found/ ASSERT 1 = 0/g' {} + ",
"downport": "rm -rf downport && cp -r src downport && abaplint --fix abaplint-downport.jsonc && npm run syfixes", "downport": "rm -rf downport && cp -r src downport && abaplint --fix abaplint-downport.jsonc && npm run syfixes",
"unit": "echo RUNNING && node output/index.mjs", "unit": "echo RUNNING && node output/index.mjs",
"transpile": "rm -rf output && abap_transpile test/abap_transpile.json", "transpile": "rm -rf output && abap_transpile test/abap_transpile.json",