mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
chore(demos): make sure version file is generated before demo gen
This commit is contained in:
@ -13,7 +13,7 @@ import { createTempTsConfig, getFolderInfo, runAppScriptsBuild, writePolyfills }
|
|||||||
import * as pAll from 'p-all';
|
import * as pAll from 'p-all';
|
||||||
|
|
||||||
task('demos.prepare', (done: Function) => {
|
task('demos.prepare', (done: Function) => {
|
||||||
runSequence('demos.clean', 'demos.polyfill', (err: any) => done(err));
|
runSequence('demos.clean', 'demos.polyfill', 'demos.sass', (err: any) => done(err));
|
||||||
});
|
});
|
||||||
|
|
||||||
task('demos.prod', ['demos.prepare'], (done: Function) => {
|
task('demos.prod', ['demos.prepare'], (done: Function) => {
|
||||||
|
Reference in New Issue
Block a user