Skip to content

Commit 6c4e796

Browse files
authored
Update CONTRIBUTING.md
When using npm, it needs to use `run` command to run scripts.
1 parent bf063fe commit 6c4e796

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ yarn pret:fix
4040
**Using npm**
4141

4242
```sh
43-
npm pret:fix
43+
npm run pret:fix
4444
```
4545

4646
## Running playground
@@ -60,7 +60,7 @@ yarn dev
6060
**Using npm**
6161

6262
```sh
63-
npm dev
63+
npm run dev
6464
```
6565

6666
## Before you make a Pull Request

0 commit comments

Comments
 (0)