Skip to content

Commit

Permalink
fix(cli): download prisma-fmt lazily
Browse files Browse the repository at this point in the history
  • Loading branch information
timsuchanek committed May 6, 2020
1 parent 9a06ba4 commit b857d8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/packages/cli/src/CLI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ export class CLI implements Command {
'query-engine': binaryPath,
'migration-engine': binaryPath,
'introspection-engine': binaryPath,
'prisma-fmt': binaryPath,
},
showProgress: true,
version,
Expand Down

0 comments on commit b857d8b

Please sign in to comment.