pfefferf / ui5-nwabap-deployer

UI5 Deployer for SAP NetWeaver ABAP
Apache License 2.0
55 stars 18 forks source link

fix(retry-axios): reset retry-axios to latest working version without further changes #65

Closed treee111 closed 1 month ago

treee111 commented 1 month ago
treee111 commented 1 month ago

Hi @pfefferf, feel free to have a look. If it needs some adjustments, I am happy to do them.

treee111 commented 1 month ago

@mhuber9 If you like to test this PR locally:

  1. clone deployer-repo of my user somewhere near your UI5 repo
  2. checkout this branch locally and run npm install
  3. switch to your UI5 repo and issue to following command. The part in the beginning ../ need to be adjusted where your deployer-repo is cloned, the end part depending on your deployer settings

npx ../../ui5-nwabap-deployer/packages/ui5-nwabap-deployer-cli deploy --config .ui5deployrc --server '<server>' --user '<user>' --pwd '<pwd>'