mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +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
|
package-lock.json
|
||||||
zabapgit.abap
|
zabapgit.abap
|
||||||
|
|
|
@ -3,7 +3,8 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"pretest": "abaplint --version && abaplint \"src/**/*.abap\"",
|
"pretest": "abaplint --version && abaplint \"src/**/*.abap\"",
|
||||||
"test": "abapmerge src/zabapgit.prog.abap > zabapgit.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": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user