Skip to content

Commit d414f42

Browse files
committed
chore(docs): update contributing docs
1 parent 9fe11dc commit d414f42

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

GETTING_STARTED.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ Finally, you can build all the packages and run the tests to ensure everything i
3232
Build all packages in the workspace:
3333

3434
```bash
35-
npm run build
35+
npm run build-all
3636
```
3737

3838
Test all packages in the workspace:
3939

4040
```bash
41-
npm run test
41+
npm run test-all
4242
```
4343

4444
## 2. Contributing to packages

devguide/documents/Getting-Started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ Finally, you can build all the packages and run the tests to ensure everything i
2929
Build all packages in the workspace:
3030

3131
```bash
32-
npm run build
32+
npm run build-all
3333
```
3434

3535
Test all packages in the workspace:
3636

3737
```bash
38-
npm run test
38+
npm run test-all
3939
```
4040

4141
## 2. Contributing to packages

0 commit comments

Comments
 (0)