fix: use cnpm for Running & Build

This commit is contained in:
luohoufu 2024-12-04 15:55:24 +08:00
parent b859156238
commit c000f006cb
No known key found for this signature in database
GPG Key ID: 9D8E0A78772AB5A0
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
## Running Env ## Env
``` ```
nvm install 16.20.2 nvm install 16.20.2
@ -9,11 +9,11 @@ npm install cnpm@9.2.0
```shell ```shell
cnpm install cnpm install
npm run dev cnpm run dev
``` ```
## Build ## Build
```sh ```sh
npm run build cnpm run build
``` ```