Skip to content

Commit 7bd3193

Browse files
committed
add log info for running npm run update-webdriver
1 parent f5c2353 commit 7bd3193

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Gruntfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ module.exports = function (grunt) {
233233
child_process.exec('bower install', {cwd: '../fixtures'}, function (error, stdout, stderr) {
234234

235235
if(!process.env.SAUCE_USERNAME) {
236+
grunt.log.ok('running npm run update-webdriver');
236237
child_process.exec('npm run update-webdriver', function() {
237238
shell.cd('../../');
238239
done();

0 commit comments

Comments
 (0)