mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-29 02:58:20 +08:00
Update package.json
This commit is contained in:
parent
f8a5a8da84
commit
090960bca6
|
@ -6,7 +6,8 @@
|
||||||
"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": "abaplint --fix .github/abaplint/abap_702.jsonc && npm run syfixes",
|
"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": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -36,4 +37,4 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"npm-check-updates": "^17.1.13"
|
"npm-check-updates": "^17.1.13"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user