Skip to content

Commit

Permalink
Move generating types to before deploy (vercel#7145)
Browse files Browse the repository at this point in the history
* Move generating types to before deploy

* Indent again

* Re-add type generating to prepublish
  • Loading branch information
ijjk authored and timneutkens committed Apr 24, 2019
1 parent 8582366 commit 9aced17
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ commands:
environment:
BROWSERSTACK: 'true'
BROWSER_NAME: 'firefox'
generate_types:
steps:
- run:
name: Generate types
command: yarn run types-next-server && yarn run types-next
save_npm_token:
steps:
- run:
Expand Down Expand Up @@ -129,6 +134,7 @@ jobs:
steps:
- *attach_workspace
- save_npm_token
- generate_types
- publish_canary
- publish_stable

Expand Down

0 comments on commit 9aced17

Please sign in to comment.