switched build command in browser test runner

This commit is contained in:
Spencer Alger
2013-12-03 09:10:42 -07:00
parent 31b9c33734
commit 59c2965717

View File

@ -88,7 +88,7 @@ async.series([
}
console.log('generating client with "grunt build"');
child_process.spawn('grunt', ['build'], {
child_process.spawn('npm', ['run', 'build_clients'], {
stdio: 'inherit'
}).on('close', function (status) {
done(status && 'grunt closed with a status code of ' + status + '. aborting.');