Skip to content

Commit

Permalink
Fix npm script name for node tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Jan 28, 2018
1 parent 590cde0 commit 5b3ed02
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 @@ -22,7 +22,7 @@ test_script:
- cmd: yarn test
- cmd: yarn test:optional-features
- cmd: yarn test:production
- cmd: yarn node-tests
- cmd: yarn test:node

# Don't actually build.
build: off
Expand Down

0 comments on commit 5b3ed02

Please sign in to comment.