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:
parent
c47253f9d6
commit
b48e573c31
1 changed files with 1 additions and 0 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue