Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions CONTRIBUTING.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,23 +42,23 @@ $ pnpm install
- Debugger with live demo:

```bash
$ cd packasges/g6
$ cd packages/g6

$ npm run dev
```

- Run test cases:

```bash
$ cd packasges/g6
$ cd packages/g6

$ npm run test
```

- Preview locale website:

```bash
$ cd packasges/site
$ cd packages/site

$ npm run dev
```
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,23 +42,23 @@ $ pnpm install
- 调试 DEMO

```bash
$ cd packasges/g6
$ cd packages/g6

$ npm run dev
```

- 运行单元测试

```bash
$ cd packasges/g6
$ cd packages/g6

$ npm run test
```

- 启动本地官网

```bash
$ cd packasges/site
$ cd packages/site

$ npm run dev
```