mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 11:46:38 +08:00
gitignore and package.json improvements
This commit is contained in:
parent
8323f72451
commit
b15b503d49
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -1,2 +1,4 @@
|
|||
# Artefacts
|
||||
node_modules/
|
||||
package-lock.json
|
||||
zabapgit.abap
|
||||
zabapgit.abap
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
"scripts": {
|
||||
"pretest": "abaplint --version && abaplint \"src/**/*.abap\"",
|
||||
"test": "abapmerge src/zabapgit.prog.abap > zabapgit.abap",
|
||||
"_disabled_posttest": "abaplint zabapgit.abap"
|
||||
"_disabled_posttest": "abaplint zabapgit.abap",
|
||||
"lint": "node_modules/.bin/abaplint \"src/**/*.abap\""
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Loading…
Reference in New Issue
Block a user