mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
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:
parent
2df559ebdd
commit
753d66cad3
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user