Skip to content

Commit

Permalink
fix(DIST-426): Use latest Jarvis version (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio authored Nov 3, 2020
1 parent f573b1f commit 5fe9dee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
script:
- yarn build
- pip install --user awscli
- yarn add @typeform/jarvis@10.4.0
- yarn add @typeform/jarvis
- ./scripts/consolidate-dist.sh
- DEBUG=jarvis yarn run jarvis deploy --path dist --preview --notify-preview
- name: "Release to NPM"
Expand All @@ -101,6 +101,6 @@ jobs:
script:
- yarn build
- pip install --user awscli
- yarn add @typeform/jarvis@10.6.3
- yarn add @typeform/jarvis
- ./scripts/consolidate-dist.sh
- DEBUG=jarvis jarvis deploy --path dist

0 comments on commit 5fe9dee

Please sign in to comment.