Skip to content

Commit

Permalink
chore(grunt): fix build task
Browse files Browse the repository at this point in the history
  • Loading branch information
tivie committed Jul 11, 2015
1 parent a467923 commit 0a3a0df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 0a3a0df

Please sign in to comment.