mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
chore(docs): fix typo task docs deps (#8165)
This commit is contained in:

committed by
Dan Bucholtz

parent
43cfea6ee0
commit
e785d02185
@ -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';
|
||||||
|
Reference in New Issue
Block a user