Skip to content

Commit 7bdef33

Browse files
committed
include saucelabs in release task
1 parent daa4ece commit 7bdef33

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

grunt/tasks/release.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,11 @@ module.exports = function (grunt) {
6464
console.log(blue('Releasing: ' + next))
6565
grunt.config.set('version', next)
6666
grunt.task.run([
67-
'default',
67+
'jshint',
68+
'cover',
69+
'build',
70+
'casper',
71+
'sauce',
6872
'version:' + next,
6973
'git:' + next
7074
])

0 commit comments

Comments
 (0)