Skip to content

Commit

Permalink
nit: change "yarn run build" to "yarn build"
Browse files Browse the repository at this point in the history
  • Loading branch information
aleclarson committed Dec 12, 2018
1 parent e0d26ba commit 9345f13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ cache:
directories:
- "node_modules"
script:
- yarn run build
- yarn build
- yarn coveralls
- yarn test:flow
after_success:
Expand Down

0 comments on commit 9345f13

Please sign in to comment.