File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ export default () => (
7070Run the local dumi site:
7171
7272``` bash
73- npm install
73+ ut install
7474npm start
7575```
7676
@@ -161,7 +161,7 @@ type ItemType =
161161## Development
162162
163163``` bash
164- npm install
164+ ut install
165165npm start
166166npm test
167167npm run tsc
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ export default () => (
7070运行本地 dumi 站点:
7171
7272``` bash
73- npm install
73+ ut install
7474npm start
7575```
7676
@@ -161,7 +161,7 @@ type ItemType =
161161## 本地开发
162162
163163``` bash
164- npm install
164+ ut install
165165npm start
166166npm test
167167npm run tsc
Original file line number Diff line number Diff line change 11{
22 "framework" : " umijs" ,
3- "installCommand" : " npm install" ,
3+ "installCommand" : " ut install" ,
44 "buildCommand" : " npm run build" ,
55 "outputDirectory" : " docs-dist"
66}
You can’t perform that action at this time.
0 commit comments