Changing report name to zabapgit_full in merge (#3154)

* Changing report name to zabapgit_full in merge

* Fixing sh merge command

* Fixing abapmerge version

* Update package.json

Co-Authored-By: Lars Hvam <larshp@hotmail.com>

Co-authored-by: Lars Hvam <larshp@hotmail.com>
This commit is contained in:
Valdir Mendes 2020-01-14 12:54:24 -03:00 committed by Lars Hvam
parent 2df559ebdd
commit 753d66cad3

View File

@ -2,7 +2,7 @@
"license": "MIT",
"scripts": {
"test": "npm run eslint && npm run abaplint",
"merge": "abapmerge -f src/zabapgit.prog.abap > zabapgit.abap",
"merge": "abapmerge -f src/zabapgit.prog.abap -c zabapgit_full > zabapgit.abap",
"abaplint": "abaplint",
"eslint": "eslint src"
},
@ -12,7 +12,7 @@
},
"devDependencies": {
"abaplint": "^2.1.6",
"abapmerge": "^0.11.5",
"abapmerge": "^0.13.0",
"eslint": "^6.5.1"
}
}