mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-29 16:46:10 +08:00
fix github actions
This commit is contained in:
parent
4e02548ead
commit
4d2891970b
4
.github/workflows/auto_app2abap.yml
vendored
4
.github/workflows/auto_app2abap.yml
vendored
|
@ -14,10 +14,10 @@ jobs:
|
||||||
- name: run transformation
|
- name: run transformation
|
||||||
run: |
|
run: |
|
||||||
cd app
|
cd app
|
||||||
npm run transform
|
npm run auto_app2abap
|
||||||
cd ..
|
cd ..
|
||||||
npm ci
|
npm ci
|
||||||
npm run auto_app2abap
|
npm run auto_abaplint
|
||||||
|
|
||||||
- name: Open PR
|
- name: Open PR
|
||||||
uses: peter-evans/create-pull-request@v4
|
uses: peter-evans/create-pull-request@v4
|
||||||
|
|
10
package.json
10
package.json
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
"name": "abap2ui5-layout-variant-management",
|
"name": "abap2ui5",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "Layout Management for abap2UI5.",
|
"description": "Developing UI5 Apps Purely in ABAP.",
|
||||||
"scripts": {
|
"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' {} + ",
|
"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",
|
"auto_downport": "abaplint --fix .github/abaplint/abap_702.jsonc && npm run syfixes",
|
||||||
|
@ -12,13 +12,13 @@
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/abap2UI5-addons/layout-management.git"
|
"url": "git+https://github.com/abap2UI5/abap2UI5.git"
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bugs": {
|
"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": {
|
"devDependencies": {
|
||||||
"@abaplint/cli": "^2.113.86",
|
"@abaplint/cli": "^2.113.86",
|
||||||
"@abaplint/database-sqlite": "^2.10.20",
|
"@abaplint/database-sqlite": "^2.10.20",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user