Skip to content

Commit c000f00

Browse files
committed
fix: use cnpm for Running & Build
1 parent b859156 commit c000f00

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

web/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Running Env
1+
## Env
22

33
```
44
nvm install 16.20.2
@@ -9,11 +9,11 @@ npm install [email protected]
99

1010
```shell
1111
cnpm install
12-
npm run dev
12+
cnpm run dev
1313
```
1414

1515
## Build
1616

1717
```sh
18-
npm run build
18+
cnpm run build
1919
```

0 commit comments

Comments
 (0)