Skip to content
This repository has been archived by the owner on Oct 6, 2020. It is now read-only.

Commit

Permalink
refactor(deploy) task
Browse files Browse the repository at this point in the history
  • Loading branch information
dharmeshpipariya committed Nov 11, 2016
1 parent 165a82d commit 7a061fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/gulp/tasks/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ gulp.task(':release:tag', (cb: any) => {
// }, done);
//});

gulp.task('release', ['build:devapp'], (callback: any) => {
gulp.task('release', (callback: any) => {
gulpRunSequence(
':release:version',
':release:changelog',
Expand Down

0 comments on commit 7a061fd

Please sign in to comment.