Skip to content

Commit

Permalink
stop screenshot (#3506)
Browse files Browse the repository at this point in the history
  • Loading branch information
tinayuangao authored Mar 9, 2017
1 parent 5960ade commit 9849c53
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/gulp/tasks/e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ task('e2e', (done: (err?: string) => void) => {
'serve:e2eapp',
':test:protractor',
':serve:e2eapp:stop',
'screenshots',
(err: any) => done(err)
);
});

0 comments on commit 9849c53

Please sign in to comment.