Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Commit

Permalink
run yarn compress before deploy on travis
Browse files Browse the repository at this point in the history
Signed-off-by: Logan McAnsh <logan@mcan.sh>
  • Loading branch information
mcansh committed Jun 20, 2018
1 parent 6682558 commit b3830d4
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 @@ -18,6 +18,7 @@ after_script:
- greenkeeper-lockfile-upload
before_deploy:
- npm install now --no-save
- yarn compress
deploy:
- provider: script
script: now --token $NOW_TOKEN && now alias canary.mcansh.blog
Expand Down

0 comments on commit b3830d4

Please sign in to comment.