We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5c2353 commit 7bd3193Copy full SHA for 7bd3193
1 file changed
Gruntfile.js
@@ -233,6 +233,7 @@ module.exports = function (grunt) {
233
child_process.exec('bower install', {cwd: '../fixtures'}, function (error, stdout, stderr) {
234
235
if(!process.env.SAUCE_USERNAME) {
236
+ grunt.log.ok('running npm run update-webdriver');
237
child_process.exec('npm run update-webdriver', function() {
238
shell.cd('../../');
239
done();
0 commit comments