Skip to content

Commit

Permalink
chore(): Release 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunnerLivio committed Apr 5, 2020
1 parent 1ef6f0e commit 8323f3e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,13 @@ gulp.task('build:sample', async () => {
/**
* Aliases
*/
gulp.task('default', gulp.series(['clean', 'build']));
gulp.task('default', gulp.series(['clean', 'build', 'move:protos']));
gulp.task('build:app', gulp.series(['default']));
gulp.task(
'build:all',
gulp.series([
'build:app',
'install:sample',
'move:protos',
'move',
'build:sample',
]),
Expand Down

0 comments on commit 8323f3e

Please sign in to comment.