fix(docs): to run js test 'gulp docs' is needed

The docs processing generates the angular2/angular2.d.ts file, which is
needed by the typing_spec

Closes #2762
This commit is contained in:
Alfonso Presa 2015-06-28 17:03:59 +02:00 committed by Peter Bacon Darwin
parent 8bab6dd239
commit 3e6503789f
1 changed files with 6 additions and 0 deletions

View File

@ -134,6 +134,12 @@ You can selectively build either the JS or Dart versions as follows:
* `$(npm bin)/gulp build.js`
* `$(npm bin)/gulp build.dart`
Also note that in order for the whole test suite to succeed you will need to generate the docs by running:
```shell
$(npm bin)/gulp docs
```
To clean out the `dist` folder, run:
```shell