Skip to content

Commit

Permalink
refactor(build): rename jarvis-release.zip to jarvis.zip
Browse files Browse the repository at this point in the history
  • Loading branch information
kshaner committed Apr 22, 2019
1 parent d987bff commit eee2ceb
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 @@ -97,7 +97,7 @@ const release = () => {
`!trunk/**/*`,
`!jarvis-release.zip`,
])
.pipe( zip( 'jarvis-release.zip' ) )
.pipe( zip( 'jarvis.zip' ) )
.pipe( gulp.dest( project.root ) );
}

Expand Down

0 comments on commit eee2ceb

Please sign in to comment.