Skip to content

Commit 0030c2b

Browse files
committed
docs: use ut install for local setup
1 parent 859eeac commit 0030c2b

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
@@ -45,7 +45,7 @@ Online preview: https://switch.react-component.vercel.app/
4545
Run the local dumi site:
4646

4747
```bash
48-
npm install
48+
ut install
4949
npm start
5050
```
5151

@@ -76,7 +76,7 @@ Then open `http://localhost:8000`.
7676
## Development
7777

7878
```bash
79-
npm install
79+
ut install
8080
npm start
8181
npm test
8282
npm run tsc

README.zh-CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export default () => <Switch checkedChildren="On" unCheckedChildren="Off" />;
4444
运行本地 dumi 站点:
4545

4646
```bash
47-
npm install
47+
ut install
4848
npm start
4949
```
5050

@@ -75,7 +75,7 @@ npm start
7575
## 本地开发
7676

7777
```bash
78-
npm install
78+
ut install
7979
npm start
8080
npm test
8181
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)