mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 04:53:58 +08:00
chore(snapshot): run e2e before snapshot
This commit is contained in:
@ -19,7 +19,7 @@ module.exports = function(gulp, argv, buildConfig) {
|
|||||||
console.log('Serving `dist` on http://localhost:' + buildConfig.protractorPort);
|
console.log('Serving `dist` on http://localhost:' + buildConfig.protractorPort);
|
||||||
});
|
});
|
||||||
|
|
||||||
gulp.task('snapshot', ['protractor-server'], function(done) {
|
gulp.task('snapshot', ['e2e', 'protractor-server'], function(done) {
|
||||||
snapshot(done);
|
snapshot(done);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user