This commit is contained in:
oblomov-dev 2025-02-19 22:00:20 +00:00 committed by GitHub
parent 3e66a2c363
commit cfc0e6439f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@
"unit": "echo RUNNING && node output/index.mjs",
"downport_backup": "rm -rf node/downport && cp -r src node/downport && abaplint --fix ./node/ci/abaplint-downport.jsonc && npm run syfixes",
"auto_transpile": "rm -rf node/output && cp node/srv/*.abap node/downport && abap_transpile ./node/ci/abap_transpile.json",
"auto_transpile": "rm -rf node/output && cp node/srv/*.abap node/downport && abap_transpile ./node/ci/abap_transpile.json"
},
"repository": {