From 8b695fb6857db2c96e489436c43c9ebcbb7b7008 Mon Sep 17 00:00:00 2001 From: Lynn Chyi <14299381+lychyi@users.noreply.github.com> Date: Mon, 9 Mar 2020 16:36:53 -0700 Subject: [PATCH] ci: Explicit use of yarn for Chromatic cmd 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). --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c3cd4e2c80..a03b36d435 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: