From 414925e2f05d5baffe5c711a4d742935fdad33cb Mon Sep 17 00:00:00 2001 From: Kamil Mysliwiec Date: Sun, 17 Feb 2019 13:48:31 +0100 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d40134529e9..ec079677f8b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -94,7 +94,7 @@ We cannot accept code without this. 1. Create your patch, **including appropriate test cases**. 1. Follow our [Coding Rules](#rules). -1. Run the full Nest test suite, as described in the [developer documentation][dev-doc], +1. Run the full Nest test suite (see [common scripts](#common-scripts)), and ensure that all tests pass. 1. Commit your changes using a descriptive commit message that follows our [commit message conventions](#commit). Adherence to these conventions @@ -174,7 +174,7 @@ $ sh scripts/prepare.sh That will compile fresh packages and afterward, move them to all `sample` directories as well as integration tests. -### Commonly used NPM scripts +### Commonly used NPM scripts ```bash # build all packages and put them near to their source .ts files