File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments