From b48e573c31382ee309b38223ab93fed906cda483 Mon Sep 17 00:00:00 2001 From: Nick Taylor Date: Wed, 2 Jan 2019 14:02:06 -0500 Subject: [PATCH] Add build-storybook step to deployment. (#1412) [ci skip] * Added step to deployment to build the static storybook site. * Added step to deployment to build the static storybook site. * using npm instead as yarn isn't installed at this point. * reverted deployment to netlify. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index d835f53c3..a7f98fe68 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,6 +40,7 @@ script: - './cc-test-reporter sum-coverage coverage/codeclimate.*.json' - './cc-test-reporter upload-coverage' - 'bundle exec bundle-audit check --update' + - yarn build-storybook deploy: provider: heroku api_key: '$HEROKU_AUTH_TOKEN'