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