diff --git a/gulpfile.js b/gulpfile.js index fbd5a5c..5d3a4ad 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -71,7 +71,7 @@ gulp.task("test", () => // Run benchmarks. gulp.task("benchmark", () => - spawn("benchmark/run", { stdio: "inherit" }) + spawn("node", ["benchmark/run"], { stdio: "inherit" }) ); // Create the browser build.