chore(docs): fix typo task docs deps (#8165)

This commit is contained in:
Ramon Henrique Ornelas
2016-09-23 15:44:05 -03:00
committed by Dan Bucholtz
parent 43cfea6ee0
commit e785d02185

View File

@ -11,7 +11,7 @@ import { argv } from 'yargs';
import { DEMOS_ROOT } from '../constants'; import { DEMOS_ROOT } from '../constants';
task('docs', ['docs.dgeni', 'docs.copyDemos', 'docs.sassVariables']); task('docs', ['docs.dgeni', 'docs.demos', 'docs.sassVariables']);
task('docs.dgeni', () => { task('docs.dgeni', () => {
const docVersion = argv['doc-version'] || 'nightly'; const docVersion = argv['doc-version'] || 'nightly';