fix github actions

This commit is contained in:
oblomov-dev 2025-02-19 13:37:40 +00:00 committed by GitHub
parent 4e02548ead
commit 4d2891970b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

View File

@ -14,10 +14,10 @@ jobs:
- name: run transformation
run: |
cd app
npm run transform
npm run auto_app2abap
cd ..
npm ci
npm run auto_app2abap
npm run auto_abaplint
- name: Open PR
uses: peter-evans/create-pull-request@v4

View File

@ -1,8 +1,8 @@
{
"name": "abap2ui5-layout-variant-management",
"name": "abap2ui5",
"private": true,
"version": "1.0.0",
"description": "Layout Management for abap2UI5.",
"description": "Developing UI5 Apps Purely in ABAP.",
"scripts": {
"syfixes": "find . -type f -name '*.abap' -exec sed -i -e 's/ RAISE EXCEPTION TYPE cx_sy_itab_line_not_found/ ASSERT 1 = 0/g' {} + ",
"auto_downport": "abaplint --fix .github/abaplint/abap_702.jsonc && npm run syfixes",
@ -12,13 +12,13 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/abap2UI5-addons/layout-management.git"
"url": "git+https://github.com/abap2UI5/abap2UI5.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/abap2UI5-addons/layout-management.git"
"url": "https://github.com/abap2UI5/abap2UI5"
},
"homepage": "https://github.com/abap2UI5-addons/layout-management#readme",
"homepage": "wwww.abap2UI5.org",
"devDependencies": {
"@abaplint/cli": "^2.113.86",
"@abaplint/database-sqlite": "^2.10.20",