Skip to content

Commit

Permalink
Run benchmarks on Windows using SET NODE_ENV=production
Browse files Browse the repository at this point in the history
  • Loading branch information
mikermcneil committed Mar 24, 2018
1 parent 32d78d8 commit 826d395
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.
- NODE_ENV=production npm run custom-tests && 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 826d395

Please sign in to comment.