update ci config (#1097)

* Rename abaplint_rename.json to abaplint_rename.jsonc

* Update package.json
This commit is contained in:
oblomov 2024-04-22 10:40:42 +02:00 committed by GitHub
parent 1cfc2b6652
commit a8da7c597f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
"unit": "echo RUNNING && node output/index.mjs",
"transpile": "rm -rf output && abap_transpile test/abap_transpile.json",
"test": "npm run downport && npm run transpile && npm run unit",
"rename": "abaplint ./ci/abaplint_rename.json --rename",
"rename": "abaplint ./ci/abaplint_rename.jsonc --rename",
"cleanup": "rm -rf input && rm -rf output"
},
"repository": {