Skip to content

Commit

Permalink
fix(resume): We need to yarn resume before we can yarn docs.
Browse files Browse the repository at this point in the history
Otherwise we don't get any resumes... 🤦‍♂️
  • Loading branch information
randytarampi committed Aug 30, 2020
1 parent 1f19942 commit 04f896a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,9 @@ matrix:
env:
- NODE_ENV=prd
- DEPLOY=true
install: yarn lerna run docs --scope jsonresume-theme-randytarampi;
install:
- yarn lerna run resume --scope jsonresume-theme-randytarampi;
- yarn lerna run docs --scope jsonresume-theme-randytarampi;
before_script: skip
script: skip
after_script: skip
Expand Down

0 comments on commit 04f896a

Please sign in to comment.