Add build:deps before typecheck to fix missing dependencies

This commit is contained in:
kate!
2022-12-02 20:37:30 +08:00
parent fffe7c2e71
commit 105a469dab

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