Update package.json

This commit is contained in:
oblomov-dev 2025-02-18 17:02:03 -05:00 committed by GitHub
parent f8a5a8da84
commit 090960bca6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,8 @@
"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' {} + ",
"downport": "abaplint --fix .github/abaplint/abap_702.jsonc && npm run syfixes",
"js2abap": "node .github/app2string/trans2abap.js"
"js2abap": "node .github/app2string/trans2abap.js",
"auto_abaplint" : "npx abaplint .github/abaplint/abaplint_fix.jsonc --fix"
},
"repository": {
"type": "git",
@ -36,4 +37,4 @@
"dependencies": {
"npm-check-updates": "^17.1.13"
}
}
}