Add build:deps before typecheck to fix missing dependencies

pull/826/head
kate! 2022-12-02 20:37:30 +08:00
parent fffe7c2e71
commit 105a469dab
1 changed files with 1 additions and 0 deletions

View File

@ -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