Skip to content

Upgrade UI5 Web Components version

deno edited this page Aug 14, 2023 · 5 revisions
  1. bump the version in package.json
  2. delete node_modules folder and run yarn to install the new versions
  3. run npx nx run-many --target=sync --all
  4. run npx nx run-many --target=test --all
  5. (optional) run npx nx run-many -u --target=test --all and repeat step 4.
  6. create a new branch and commit the changes
  7. open a PR
Clone this wiki locally