chore(snapshot): run e2e before snapshot

This commit is contained in:
Tim Lancina
2016-02-18 13:52:56 -06:00
parent ffff210480
commit ad276fa25d

View File

@ -19,7 +19,7 @@ module.exports = function(gulp, argv, buildConfig) {
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);
});