From 51e94854ff3d079c78599e28c6a76e3a61fa72b5 Mon Sep 17 00:00:00 2001 From: Mike McNeil Date: Sat, 24 Mar 2018 17:07:41 -0500 Subject: [PATCH] Run benchmarks on Windows using SET NODE_ENV=production && npm run bench --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index d6382a3..0ab6ac2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -34,7 +34,7 @@ test_script: - node --version - npm --version # Run the actual tests. - - SET NODE_ENV=production npm run custom-tests && SET NODE_ENV=production npm run bench + - SET NODE_ENV=production && npm run custom-tests && SET NODE_ENV=production && npm run bench # Don't actually build.