Skip to content

Commit 750fe11

Browse files
committed
Docs: update README.md
1 parent 82f315d commit 750fe11

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ Please use GitHub's Issues/PRs.
9494
### Development Tools
9595

9696
- `npm test` runs tests and measures coverage.
97+
- `npm run build` updates `README.md`, `index.js`, and the header of all rule's documents.
98+
- `npm run clean` removes the coverage of the last `npm test` command.
99+
- `npm run coverage` shows the coverage of the last `npm test` command.
100+
- `npm run lint` runs ESLint for this codebase.
97101
- `npm run watch` runs tests and measures coverage when source code are changed.
98-
- `npm run coverage` shows the coverage result of `npm test` command.
99-
- `npm run clean` removes the coverage result of `npm test` command.

0 commit comments

Comments
 (0)