Skip to content

Commit

Permalink
* rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
RubaXa committed Oct 28, 2017
1 parent d1e6026 commit 47de784
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Gruntfile.js
Expand Up @@ -98,5 +98,6 @@ module.exports = function (grunt) {
grunt.loadNpmTasks('grunt-testcafe');

grunt.registerTask('tests', ['jshint']);
grunt.registerTask('default', ['tests', 'version', 'uglify:dist', 'testcafe']);
grunt.registerTask('build', ['version', 'uglify:dist']);
grunt.registerTask('default', ['tests', 'build', 'testcafe']);
};

0 comments on commit 47de784

Please sign in to comment.