mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-09 00:33:38 -05:00
chore: update lang submodule; disable typechecking for docker build
This commit is contained in:
parent
0d5ffb4df8
commit
9bbc22b091
2 changed files with 2 additions and 2 deletions
|
@ -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
2
external/lang
vendored
|
@ -1 +1 @@
|
||||||
Subproject commit 1468d9f2cb9bce5c6fe74e0d14afb9998fea34ba
|
Subproject commit 7098cc12a8f79710356cfbf6b98d7946e10b030b
|
Loading…
Reference in a new issue