Skip to content

Commit 0bb9041

Browse files
committed
docs: please use pnpm
1 parent 4b4ee4d commit 0bb9041

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,33 @@
11
# UED landing
22

3+
Please use pnpm.
4+
35

46
## Get Start
57

68
- 1、static page
79

810
``` bash
9-
npm run dev
11+
pnpm run dev
1012
```
1113

1214
- 2、dev node server
1315

1416
``` bash
15-
npm run dev:node
17+
pnpm run dev:node
1618
```
1719

1820
- 3、lint
1921

2022
``` bash
21-
npm run lint
23+
pnpm run lint
2224
```
2325

2426

2527
## Deploy
2628

2729
``` bash
28-
npm run deploy
30+
pnpm run deploy
2931
```
3032

3133

0 commit comments

Comments
 (0)