mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00
test(): fix web-animations ref for e2e tests
This commit is contained in:
@ -63,7 +63,7 @@ var babelOptions = {
|
||||
}
|
||||
}
|
||||
|
||||
gulp.task('build', ['bundle.system', 'e2e.build', 'copy.web-animations', 'sass', 'fonts']);
|
||||
gulp.task('build', ['bundle.system', 'e2e.build', 'sass', 'fonts']);
|
||||
|
||||
gulp.task('clean.build', function(done) {
|
||||
runSequence('clean', 'build', done);
|
||||
|
Reference in New Issue
Block a user