We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c097207 commit 71d2097Copy full SHA for 71d2097
build/grunt-tasks/release.js
@@ -64,7 +64,7 @@ module.exports = function (grunt) {
64
console.log(blue('Releasing: ' + next))
65
grunt.config.set('version', next)
66
grunt.task.run([
67
- 'jshint',
+ 'eslint',
68
'cover',
69
'build',
70
'casper',
0 commit comments