We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c331ebe commit a7a441eCopy full SHA for a7a441e
docs/MigrationGuide.mdx
@@ -46,7 +46,7 @@ we provide a codemod which tries to transform most of the breaking changes.
46
/>
47
48
```shell
49
-npx @ui5/webcomponents-react-cli@next codemod --transform v2 \
+npx @ui5/webcomponents-react-cli codemod --transform v2 \
50
--src ./path/to/src \
51
--typescript # only if you use TypeScript in your project, omit if you use JavaScript
52
```
0 commit comments