File tree Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1- builder
1+ builder
2+ setup
Original file line number Diff line number Diff line change @@ -12,23 +12,24 @@ Namespace: `zabap2ui5`
1212| v702 | ![ Static Badge] ( https://img.shields.io/badge/build-passed-green ) |
1313
1414
15- ### Build
15+ ### Process
1616
17+ 1 . Create a new build:
1718``` sh
18- #! /bin/bash
19-
20- set -e
21-
22- # Force checkout to the build branch
2319git clone https://github.com/abap2UI5/builder
2420cd builder
2521npm i
26-
2722rm -rf setup/*
23+
24+ # choose the setup folder you need
2825cp -r ../setup/cloud/* setup
2926npm run clone && npm run rename && npm run abaplint
27+ ```
28+
29+ 2 . Save it as a new branch:
30+
31+ ``` sh
3032cp -r dist/* ..
3133rm -rf ../builder
3234
33-
3435```
Original file line number Diff line number Diff line change 1010 }
1111 ],
1212 "syntax" : {
13- "version" : " Cloud " ,
13+ "version" : " v702 " ,
1414 "errorNamespace" : " ."
1515 },
1616 "rules" : {
Original file line number Diff line number Diff line change 11{
22 "abap_version" : " Cloud" ,
33 "repositories" : [
4- " abap2UI5" ,
5- " layout-variant-management" ,
6- " table-maintenance"
4+ " abap2UI5"
75 ]
86}
You can’t perform that action at this time.
0 commit comments