mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-06 07:25:53 -05:00
nuclear: disable type checking for builds
This commit is contained in:
parent
702bdcc2e8
commit
48b8023f86
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ COPY .env.build .env
|
||||||
RUN npm install --global pnpm
|
RUN npm install --global pnpm
|
||||||
RUN pnpm install --frozen-lockfile
|
RUN pnpm install --frozen-lockfile
|
||||||
RUN pnpm build:deps
|
RUN pnpm build:deps
|
||||||
RUN pnpm typecheck
|
# RUN pnpm typecheck
|
||||||
RUN NODE_OPTIONS='--max-old-space-size=4096' pnpm build
|
RUN NODE_OPTIONS='--max-old-space-size=4096' pnpm build
|
||||||
RUN find . -name "node_modules" -type d -prune
|
RUN find . -name "node_modules" -type d -prune
|
||||||
RUN pnpm install --prod
|
RUN pnpm install --prod
|
||||||
|
|
Loading…
Reference in a new issue