From e785d02185cd5382e2e5476e07eb8a6e27b90f51 Mon Sep 17 00:00:00 2001 From: Ramon Henrique Ornelas Date: Fri, 23 Sep 2016 15:44:05 -0300 Subject: [PATCH] chore(docs): fix typo task docs deps (#8165) --- scripts/gulp/tasks/docs.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gulp/tasks/docs.ts b/scripts/gulp/tasks/docs.ts index bc7c884410..aeee35e66c 100644 --- a/scripts/gulp/tasks/docs.ts +++ b/scripts/gulp/tasks/docs.ts @@ -11,7 +11,7 @@ import { argv } from 'yargs'; import { DEMOS_ROOT } from '../constants'; -task('docs', ['docs.dgeni', 'docs.copyDemos', 'docs.sassVariables']); +task('docs', ['docs.dgeni', 'docs.demos', 'docs.sassVariables']); task('docs.dgeni', () => { const docVersion = argv['doc-version'] || 'nightly';