Skip to content

Commit 71d2097

Browse files
committed
update release task (eslint)
1 parent c097207 commit 71d2097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/grunt-tasks/release.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ module.exports = function (grunt) {
6464
console.log(blue('Releasing: ' + next))
6565
grunt.config.set('version', next)
6666
grunt.task.run([
67-
'jshint',
67+
'eslint',
6868
'cover',
6969
'build',
7070
'casper',

0 commit comments

Comments
 (0)