We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbc905d commit 5a1ff7dCopy full SHA for 5a1ff7d
gulp/tasks/docs.js
@@ -50,7 +50,7 @@ Object.keys(docOptions).forEach(function(name) {
50
51
// The goal of the typescript task is to automatically generate a type
52
// definition for the library.
53
-gulp.task('docs:typescript', function(callback) {
+gulp.task('docs:typescript', ['build:full'], function(callback) {
54
run(
55
'docs:typescript:clean:before',
56
'docs:typescript:build',
0 commit comments