Fix order: bump before build minified

This commit is contained in:
eordano 2015-02-18 11:02:20 -03:00
parent 6f19ea1f30
commit d33a9d8322
1 changed files with 2 additions and 2 deletions

View File

@ -316,10 +316,10 @@ function startGulp(name, opts) {
'release:install',
// Run tests with gulp test
'test',
// build browser files
browser ? 'browser' : 'noop',
// Update package.json and bower.json
bumper,
// build browser files
browser ? 'browser' : 'noop',
// Commit
'release:build-commit',
// Run git push bitpay $VERSION