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:
parent
8bab6dd239
commit
3e6503789f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue