Skip to content

Commit 5a1ff7d

Browse files
committed
Fix task sequence for docs:typescript
1 parent cbc905d commit 5a1ff7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulp/tasks/docs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Object.keys(docOptions).forEach(function(name) {
5050

5151
// The goal of the typescript task is to automatically generate a type
5252
// definition for the library.
53-
gulp.task('docs:typescript', function(callback) {
53+
gulp.task('docs:typescript', ['build:full'], function(callback) {
5454
run(
5555
'docs:typescript:clean:before',
5656
'docs:typescript:build',

0 commit comments

Comments
 (0)