Skip to content

Commit a658316

Browse files
committed
Update CONTRIBUTING.md
1 parent 38a644f commit a658316

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,15 @@
44

55
## Installation
66

7-
- Running `npm install` in the module's root directory will install everything you need for development.
7+
- Running `npm install` in the module's root directory will install everything you need for development.
88

99
## Running Tests
1010

11-
- `npm test` will run the tests once.
12-
13-
- `npm run test:coverage` will run the tests and produce a coverage report in `coverage/`.
14-
15-
- `npm run test:watch` will run the tests on every change.
11+
- `npm test` will run the tests once.
12+
- `npm run test:coverage` will run the tests and produce a coverage report in `coverage/`.
13+
- `npm run test:watch` will run the tests on every change.
1614

1715
## Building
1816

19-
- `npm run build` will build the module for publishing to npm.
20-
21-
- `npm run clean` will delete built resources.
17+
- `npm run build` will build the module for publishing to npm.
18+
- `npm run clean` will delete built resources.

0 commit comments

Comments
 (0)