build(site): fix #5570 (#5571)

* build(site): fix #5570

* docs(CONTRIBUTE): fix spell error

* Update package.json

* Update package.json

---------

Co-authored-by: yxf <1848212420@qq.com>
This commit is contained in:
vaynevayne 2024-03-21 22:47:15 +08:00 committed by GitHub
parent 74c19e903e
commit 09cfa1d4d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View File

@ -42,7 +42,7 @@ $ pnpm install
- Debugger with live demo:
```bash
$ cd packasges/g6
$ cd packages/g6
$ npm run dev
```
@ -50,7 +50,7 @@ $ npm run dev
- Run test cases:
```bash
$ cd packasges/g6
$ cd packages/g6
$ npm run test
```
@ -58,7 +58,7 @@ $ npm run test
- Preview locale website:
```bash
$ cd packasges/site
$ cd packages/site
$ npm run dev
```

View File

@ -42,7 +42,7 @@ $ pnpm install
- 调试 DEMO
```bash
$ cd packasges/g6
$ cd packages/g6
$ npm run dev
```
@ -50,7 +50,7 @@ $ npm run dev
- 运行单元测试
```bash
$ cd packasges/g6
$ cd packages/g6
$ npm run test
```
@ -58,7 +58,7 @@ $ npm run test
- 启动本地官网
```bash
$ cd packasges/site
$ cd packages/site
$ npm run dev
```