diff --git a/js/gulpfile.js b/js/gulpfile.js index d8f8ef4a..88bb0022 100644 --- a/js/gulpfile.js +++ b/js/gulpfile.js @@ -45,7 +45,7 @@ gulp.task('make_commonjs_out', ['dist', 'genproto_commonjs', 'commonjs_asserts'] // Will require proper externs/exports. var cmd = "mkdir -p commonjs_out/binary && "; function addTestFile(file) { - cmd += 'nodejs commonjs/rewrite_tests_for_commonjs.js < ' + file + + cmd += 'node commonjs/rewrite_tests_for_commonjs.js < ' + file + ' > commonjs_out/' + file + '&& '; }