We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8407f6 commit ca577e9Copy full SHA for ca577e9
README.md
@@ -11,3 +11,24 @@ Namespace: `zabap2ui5`
11
| v750 |  |
12
| v702 |  |
13
14
+
15
+### Build
16
17
+```sh
18
+#!/bin/bash
19
20
+set -e
21
22
+# Force checkout to the build branch
23
+git clone https://github.com/abap2UI5/builder
24
+cd builder
25
+npm i
26
27
+rm -rf setup/*
28
+cp -r ../setup/cloud/* setup
29
+npm run clone && npm run rename && npm run abaplint
30
+cp -r dist/* ..
31
+rm -rf ../builder
32
33
34
+```
setup/702/build.jsonc
@@ -4,3 +4,5 @@
4
"abap2UI5"
5
]
6
}
7
8
test.sh
0 commit comments