Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
add build:release to test:e2e gulp task
Browse files Browse the repository at this point in the history
  • Loading branch information
hmdhk committed Jul 21, 2016
1 parent 57592ca commit 1d3059d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ gulp.task('test:e2e:start-sauce', function (done) {
})

gulp.task('test:e2e', function (done) {
runSequence('build', 'test:e2e:serve', 'test:e2e:launchsauceconnect', 'test:e2e:sauceconnect', function () {
runSequence('build', 'build:release', 'test:e2e:serve', 'test:e2e:launchsauceconnect', 'test:e2e:sauceconnect', function () {
console.log('All tasks completed.')
done()
process.exit(0)
Expand Down

0 comments on commit 1d3059d

Please sign in to comment.