Skip to content

Commit

Permalink
Fix task sequence for docs:typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
lehni committed Mar 22, 2021
1 parent cbc905d commit 5a1ff7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulp/tasks/docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 5a1ff7d

Please sign in to comment.