Great moments in Revolt development:
<span class="hljs-keyword">RUN</span><span class="language-bash"> yarn install --frozen-lockfile</span>
<span class="hljs-keyword">RUN</span><span class="language-bash"> yarn build:deps</span>
<span class="hljs-comment"># RUN yarn typecheck # lol no</span>
<span class="hljs-keyword">RUN</span><span class="language-bash"> yarn build:highmem</span>
<span class="hljs-keyword">RUN</span><span class="language-bash"> yarn workspaces focus --production --all</span>
https://github.com/revoltchat/revite/blob/master/Dockerfile#L9