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 15c47b224c
commit 14312224f1
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 install --frozen-lockfile
RUN yarn build:deps RUN yarn build:deps
RUN yarn typecheck # RUN yarn typecheck # lol no
RUN yarn build:highmem RUN yarn build:highmem
RUN yarn workspaces focus --production --all RUN yarn workspaces focus --production --all

2
external/lang vendored