Skip to content

Commit cbb771b

Browse files
Merge pull request #87 from web3data/hotfix/quality
Updated the quality section
2 parents f418b07 + 356f720 commit cbb771b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ Of course feel free to make your own issues if you think something needs to adde
66

77
# Basic quality checks
88

9-
Please ensure that all tests pass before submitting changes. Most projects have a full test suite that are automatically run as part of the default phase of the Maven lifecycle (`mvn package` or `mvn install`).
9+
Please ensure that all tests pass before submitting changes. Most projects have a full test suite that are automatically run as part of the default phase of the npm lifecycle (`npm install`).
1010

11-
They can also be run individually: unit tests with `mvn test` and integration tests with `mvn verify`.
11+
They can also be run individually: unit tests with `npm run test`.
1212

13-
We follow the default Google code formatting style, please make sure to follow and adhere to these conventions when submitting code.
13+
We follow the default Airbnb code formatting style, please make sure to follow and adhere to these conventions when submitting code.
1414

1515
# Submitting Changes
1616

0 commit comments

Comments
 (0)