Skip to content

Commit 2ec43fa

Browse files
committed
chore: add 'test' to development guide
1 parent 69fcf69 commit 2ec43fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ Contributions are welcome!
8787
8888
``` bash
8989
yarn
90-
yarn dev # serves VuePress' own docs with itself
90+
yarn dev # serves VuePress' own docs with itself
91+
yarn test # make sure your code change pass the test
9192
```
9293

9394
## License

0 commit comments

Comments
 (0)