Skip to content

Commit

Permalink
ci: Explicit use of yarn for Chromatic cmd (#503)
Browse files Browse the repository at this point in the history
Don't want to get into trouble in the future by not specifying that we're running the workspace version of Chromatic (instead of a random global one for example).
  • Loading branch information
lychyi committed Mar 10, 2020
1 parent 62c6ef1 commit 775adbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
yarn build-storybook &&
yarn http-server docs -p 9001 & yarn wait-on http://localhost:9001 &&
yarn concurrently
"chromatic --quiet --exit-zero-on-changes --storybook-build-dir docs"
"yarn chromatic --quiet --exit-zero-on-changes --storybook-build-dir docs"
"yarn cypress run --record" &&
kill $(jobs -p) || true
env:
Expand Down

0 comments on commit 775adbc

Please sign in to comment.