Skip to content

Commit

Permalink
fix: bin name
Browse files Browse the repository at this point in the history
  • Loading branch information
vagusX committed Dec 1, 2019
1 parent 8292994 commit fe90821
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ A collection of codemod scripts that help upgrade antd v4 using [jscodeshift](ht

```shell
# for tsx
npx @ant-design/codemod run --path src --parser=tsx
npx @ant-design/codemod run --path src/**/*.tsx
npx -p @ant-design/codemod antd-codemod run --path src --parser=tsx
npx -p @ant-design/codemod antd-codemod run --path src/**/*.tsx

# for js
npx @ant-design/codemod run --path src
npx @ant-design/codemod run --path src/**/*.js
npx -p @ant-design/codemod antd-codemod run --path src
npx -p @ant-design/codemod antd-codemod run --path src/**/*.js
```

**tips**
Expand Down

0 comments on commit fe90821

Please sign in to comment.