mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore(gulp snapshot): make it run demos task beforehand
This commit is contained in:
@@ -69,7 +69,7 @@ module.exports = function(gulp, argv) {
|
||||
protractorHttpServer = http.createServer(app).listen(buildConfig.protractorPort);
|
||||
});
|
||||
|
||||
gulp.task('snapshot', ['protractor-server'], function(done) {
|
||||
gulp.task('snapshot', ['protractor-server', 'demos'], function(done) {
|
||||
snapshot(done, 'config/protractor.conf.js');
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user