From 5a1ff7d8478c500d10f5c93d54896c4c52fa97c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ju=CC=88rg=20Lehni?= Date: Mon, 22 Mar 2021 17:03:39 +0100 Subject: [PATCH] Fix task sequence for docs:typescript --- gulp/tasks/docs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulp/tasks/docs.js b/gulp/tasks/docs.js index c8a3e6396c..7ec797cc84 100644 --- a/gulp/tasks/docs.js +++ b/gulp/tasks/docs.js @@ -50,7 +50,7 @@ Object.keys(docOptions).forEach(function(name) { // The goal of the typescript task is to automatically generate a type // definition for the library. -gulp.task('docs:typescript', function(callback) { +gulp.task('docs:typescript', ['build:full'], function(callback) { run( 'docs:typescript:clean:before', 'docs:typescript:build',