Skip to content

Commit 3ae6599

Browse files
committed
updated mta
1 parent 1c61c07 commit 3ae6599

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

mta.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,13 @@ modules:
6767
builder: custom
6868
commands:
6969
- npm install
70-
- npx -p @ui5/cli ui5 build --dest ../../gen/app/incidents/dist --include-task=generateManifestBundle --include-task=generateCachebusterInfo
71-
- bash -c "cd ../../gen/app/incidents/dist && npx bestzip ../incidents.zip *"
72-
supported-platforms: []
70+
- npx -p @ui5/cli ui5 build --dest ../../gen/app/incidents/dist
71+
--include-task=generateManifestBundle
72+
--include-task=generateCachebusterInfo
73+
- bash -c "cd ../../gen/app/incidents/dist && npx bestzip
74+
../incidents.zip *"
75+
supported-platforms:
76+
[]
7377
build-result: ../../gen/app/incidents
7478
- name: incident-management-portal-content-deployer
7579
type: com.sap.application.content

0 commit comments

Comments
 (0)