Skip to content

Commit

Permalink
Run benchmarks on Windows using SET NODE_ENV=production && npm run bench
Browse files Browse the repository at this point in the history
  • Loading branch information
mikermcneil committed Mar 24, 2018
1 parent 826d395 commit 51e9485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 51e9485

Please sign in to comment.