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.
This commit is contained in:
Nick Taylor 2019-01-02 14:02:06 -05:00 committed by Mac Siri
parent c47253f9d6
commit b48e573c31

View file

@ -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'