Skip to content

Commit

Permalink
Add build command before deploy 🐜
Browse files Browse the repository at this point in the history
  • Loading branch information
Felipe Fiebig committed Feb 9, 2021
1 parent ae6714f commit fbf2752
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ install:
- npm install
script:
- npm test
before_deploy:
- npm run build
deploy:
provider: npm
email: [email protected]
Expand Down

0 comments on commit fbf2752

Please sign in to comment.