Skip to content

Commit

Permalink
Don't run lint for now (PokemonGoF#3351)
Browse files Browse the repository at this point in the history
  • Loading branch information
invisiblek authored and 6iz committed Aug 3, 2016
1 parent 59bb500 commit b87fd21
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 @@ -123,6 +123,6 @@ module.exports = function(grunt) {

grunt.registerTask('build', ['clean', 'js-build', 'css-build']);
grunt.registerTask('lint', ['js-lint']);
grunt.registerTask('default', ['lint', 'build', 'watch']);
grunt.registerTask('default', ['build', 'watch']);

};

0 comments on commit b87fd21

Please sign in to comment.