chore: update lang submodule; disable typechecking for docker build

This commit is contained in:
Paul Makles
2023-07-06 19:01:29 +01:00
parent 0d5ffb4df8
commit 9bbc22b091
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ COPY .env.build .env
RUN yarn install --frozen-lockfile
RUN yarn build:deps
RUN yarn typecheck
# RUN yarn typecheck # lol no
RUN yarn build:highmem
RUN yarn workspaces focus --production --all