Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Feb 17, 2019
1 parent 1714b51 commit 414925e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
### <a name="common-scripts"></a>Commonly used NPM scripts

```bash
# build all packages and put them near to their source .ts files
Expand Down

0 comments on commit 414925e

Please sign in to comment.