Skip to content

Commit 3e65037

Browse files
alfonso-presapetebacondarwin
authored andcommitted
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 angular#2762
1 parent 8bab6dd commit 3e65037

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

DEVELOPER.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,12 @@ You can selectively build either the JS or Dart versions as follows:
134134
* `$(npm bin)/gulp build.js`
135135
* `$(npm bin)/gulp build.dart`
136136

137+
Also note that in order for the whole test suite to succeed you will need to generate the docs by running:
138+
139+
```shell
140+
$(npm bin)/gulp docs
141+
```
142+
137143
To clean out the `dist` folder, run:
138144

139145
```shell

0 commit comments

Comments
 (0)