Skip to content

Commit

Permalink
Call through npm
Browse files Browse the repository at this point in the history
  • Loading branch information
joshaber committed Sep 28, 2016
1 parent c310d3a commit 42f2c93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ script:
- npm test

after_success:
- node script/publish
- npm run package
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ test_script:
- npm test

on_success:
- node script/publish
- npm run package

0 comments on commit 42f2c93

Please sign in to comment.