Add build:deps before typecheck to fix missing dependencies
parent
fffe7c2e71
commit
105a469dab
|
|
@ -5,6 +5,7 @@ COPY . .
|
|||
COPY .env.build .env
|
||||
|
||||
RUN yarn install --frozen-lockfile
|
||||
RUN yarn build:deps
|
||||
RUN yarn typecheck
|
||||
RUN yarn build:highmem
|
||||
RUN yarn workspaces focus --production --all
|
||||
|
|
|
|||
Loading…
Reference in New Issue