From d83a8f95871924db32cc4e77d5b58f625ab8a366 Mon Sep 17 00:00:00 2001 From: oblomov-dev <102328295+oblomov-dev@users.noreply.github.com> Date: Thu, 27 Feb 2025 12:10:36 -0500 Subject: [PATCH] update auto_downport action, replace abaplint version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fa2d67d4..804eb408 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "description": "Developing UI5 Apps Purely in ABAP.", "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' {} + ", - "auto_downport": "abaplint --fix .github/abaplint/abap_702.jsonc && npm run syfixes && cp -r src node/downport && cp -i .github/abaplint/abap_702.jsonc abaplint.jsonc", + "auto_downport": "abaplint --fix .github/abaplint/abap_702.jsonc && npm run syfixes && cp -r src node/downport && cp -f .github/abaplint/abap_702.jsonc abaplint.jsonc", "auto_app2abap": "node .github/app2abap/trans2abap.js", "auto_abaplint": "npx abaplint .github/abaplint/auto_abaplint_fix.jsonc --fix", "auto_transpile": "rm -rf node/output && cp node/srv/*.abap node/downport && abap_transpile ./node/setup/abap_transpile.json",