chore(grunt): fix build task

This commit is contained in:
Estevão Soares dos Santos 2015-07-11 19:47:57 +01:00
parent a46792350f
commit 0a3a0df6bf

View File

@ -161,7 +161,7 @@ module.exports = function (grunt) {
grunt.registerTask('lint', ['jshint', 'jscs']);
grunt.registerTask('test', ['clean', 'lint', 'concat:test', 'simplemocha:node', 'clean']);
grunt.registerTask('build', ['test', 'concatenate', 'uglify']);
grunt.registerTask('build', ['test', 'concat:dist', 'uglify']);
grunt.registerTask('prep-release', ['build', 'changelog']);
// Default task(s).