diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c306c2a2c..c1dfdfeda 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -55,11 +55,7 @@ We are happy to welcome contributions from anyone willing to improve documentati ``` * Run the tests and the build ``` - npm t && npm run build - ``` -* After making changes, verify them and update your code if there’re any failing tests - ``` - npm run test + npm test && npm run build ``` * Add changes