Skip to content

Files

Latest commit

2af4852 · Mar 4, 2025

History

History
42 lines (33 loc) · 1.02 KB

README.md

File metadata and controls

42 lines (33 loc) · 1.02 KB

abap2UI5-build

Namespace: zabap2ui5

Branch Status
cloud Static Badge
cloud+addons Static Badge
750 Static Badge
750+frontend Static Badge
750+frontend+addons Static Badge
702 Static Badge

Process

  1. Create a new build:
git clone https://github.com/abap2UI5/builder
cd builder
npm i

# choose the setup folder you need
rm -rf setup/*
cp -r ../setup/cloud/* setup
npm run build
  1. Save it as a new branch:
# make sure you are in the root folder
cp -r builder/dist/* ../..
rm -rf builder
git checkout -b cloud
git add .
git commit -m "my new build"
git push origin cloud --force