mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Fix text-to-speech dependency
This commit is contained in:
parent
96cbdc9f30
commit
35ca4b9054
1 changed files with 1 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ ADD /packages/api ./packages/api
|
|||
ADD /packages/text-to-speech ./packages/text-to-speech
|
||||
|
||||
RUN yarn
|
||||
RUN yarn workspace @omnivore/text-to-speech-handler build
|
||||
RUN yarn workspace @omnivore/api build
|
||||
|
||||
# After building, fetch the production dependencies
|
||||
|
|
|
|||
Loading…
Reference in a new issue