mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-09 18:15:28 +00:00
nuclear: disable type checking for builds
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user