docs(developer.md): add missing link for build commands

Closes #5170
This commit is contained in:
Foxandxss 2015-11-07 00:16:53 +01:00 committed by Jesús Rodríguez Rodríguez
parent b0009f03d5
commit 18b508d14a
1 changed files with 9 additions and 8 deletions

View File

@ -7,6 +7,7 @@ JS and Dart versions. It also explains the basic mechanics of using `git`, `node
* [Getting the Sources](#getting-the-sources) * [Getting the Sources](#getting-the-sources)
* [Environment Variable Setup](#environment-variable-setup) * [Environment Variable Setup](#environment-variable-setup)
* [Installing NPM Modules and Dart Packages](#installing-npm-modules-and-dart-packages) * [Installing NPM Modules and Dart Packages](#installing-npm-modules-and-dart-packages)
* [Build commands](#build-commands)
* [Running Tests Locally](#running-tests-locally) * [Running Tests Locally](#running-tests-locally)
* [Formatting](#clang-format) * [Formatting](#clang-format)
* [Project Information](#project-information) * [Project Information](#project-information)