mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +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",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "npm run eslint && npm run abaplint",
|
"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",
|
"abaplint": "abaplint",
|
||||||
"eslint": "eslint src"
|
"eslint": "eslint src"
|
||||||
},
|
},
|
||||||
|
@ -12,7 +12,7 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"abaplint": "^2.1.6",
|
"abaplint": "^2.1.6",
|
||||||
"abapmerge": "^0.11.5",
|
"abapmerge": "^0.13.0",
|
||||||
"eslint": "^6.5.1"
|
"eslint": "^6.5.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user