Skip to content

Commit 1660df7

Browse files
committed
docs: use ut install for local setup
1 parent 83fb61d commit 1660df7

4 files changed

Lines changed: 6 additions & 8 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export default () => (
5454
Run the local dumi site:
5555

5656
```bash
57-
npm install
57+
ut install
5858
npm start
5959
```
6060

@@ -128,7 +128,7 @@ ref.current?.blur();
128128
## Development
129129

130130
```bash
131-
npm install
131+
ut install
132132
npm start
133133
npm test
134134
npm run tsc

README.zh-CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export default () => (
5454
运行本地 dumi 站点:
5555

5656
```bash
57-
npm install
57+
ut install
5858
npm start
5959
```
6060

@@ -128,7 +128,7 @@ ref.current?.blur();
128128
## 本地开发
129129

130130
```bash
131-
npm install
131+
ut install
132132
npm start
133133
npm test
134134
npm run tsc

docs/index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ npm install --save @rc-component/input-number
1313
# yarn
1414
yarn install @rc-component/input-number
1515

16-
# pnpm
17-
pnpm i @rc-component/input-number
1816
```
1917

2018
## Usage
@@ -28,7 +26,7 @@ export default () => <InputNumber defaultValue={10} />;
2826
## Development
2927

3028
```sh
31-
npm install
29+
ut install
3230
npm start
3331
```
3432

vercel.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"framework": "umijs",
3-
"installCommand": "npm install",
3+
"installCommand": "ut install",
44
"buildCommand": "npm run build",
55
"outputDirectory": "docs-dist"
66
}

0 commit comments

Comments
 (0)