Skip to content

Commit cd54a75

Browse files
committed
docs: use ut install for local setup
1 parent 677e81c commit cd54a75

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Import the styles from `assets/index.less` or the compiled CSS generated by `npm
6767
Run the local dumi site:
6868

6969
```bash
70-
npm install
70+
ut install
7171
npm start
7272
```
7373

@@ -147,7 +147,7 @@ ref.current?.blur();
147147
## Development
148148

149149
```bash
150-
npm install
150+
ut install
151151
npm start
152152
npm test
153153
npm run tsc

README.zh-CN.md

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

6969
```bash
70-
npm install
70+
ut install
7171
npm start
7272
```
7373

@@ -147,7 +147,7 @@ ref.current?.blur();
147147
## 本地开发
148148

149149
```bash
150-
npm install
150+
ut install
151151
npm start
152152
npm test
153153
npm run tsc

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)