Skip to content

Commit 55234bd

Browse files
authored
chore: Mention npm run build in CONTRIBUTING.md (#232)
1 parent 0f01e4b commit 55234bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
- Fork the repository on Github.
44
- Clone the repository locally.
55
- Make your changes to the code.
6-
- Run `npm install`.
6+
- Run `npm install` and `npm run build`.
77
- Run `npm link` which creates a symlink and thereby `docsify` can be accessed globally.
8+
- After each edit, rerun `npm run build` so the new executable would be globally available.
89
- We use [commitlint conventional naming rules](https://www.npmjs.com/package/@commitlint/config-conventional#rules) for our commits, make sure that you follow them.
910
- Push to Github and open a pull request.

0 commit comments

Comments
 (0)