Skip to content

Commit

Permalink
Run build step before deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
buunguyen committed Mar 18, 2017
1 parent 96165d8 commit 0f08fdd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ branches:
only:
- master
- /^v\d+\.\d+(\.\d+)?(-\S*)?$/
before_deploy: "npm run build"
deploy:
provider: npm
email: apiteam@swagger.io
Expand Down

0 comments on commit 0f08fdd

Please # to comment.