mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-29 02:58:20 +08:00
Update package.json (#901)
This commit is contained in:
parent
727446c3de
commit
f3f2938382
|
@ -4,7 +4,8 @@
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "Developing UI5 Apps in pure ABAP.",
|
"description": "Developing UI5 Apps in pure ABAP.",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"downport": "rm -rf downport && cp -r src downport && abaplint --fix abaplint-downport.jsonc",
|
"syfixes": "sed 's/ RAISE EXCEPTION TYPE cx_sy_itab_line_not_found/ ASSERT 1 = 0./ig' ",
|
||||||
|
"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",
|
||||||
"test": "npm run downport && npm run transpile && npm run unit"
|
"test": "npm run downport && npm run transpile && npm run unit"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user