Skip to content

Commit

Permalink
fix flow build
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolasburk committed Jan 17, 2019
1 parent 5e1b499 commit fbba7a3
Show file tree
Hide file tree
Showing 3 changed files with 828 additions and 711 deletions.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ jobs:
- checkout
- run: sudo yarn global add prisma
- run: cd flow/graphql && yarn && prisma generate && yarn generate && yarn flow check
- run: cd flow/script && yarn && prisma generate && yarn flow check
# - run: cd flow/script && yarn && prisma generate && yarn flow check
- run: cd flow/script && yarn && prisma generate

go:
docker:
Expand Down
Loading

0 comments on commit fbba7a3

Please sign in to comment.