Context: https://linear.app/comm/issue/ENG-3213#comment-706a284f
Should reduce yarn cleaninstall time by a significant-ish amount.
Differential D7021
[keyserver] Use `build:debug` instead of `build` in `postinstall` atul on Mar 9 2023, 10:09 AM. Authored by Tags None Referenced Files
Details Context: https://linear.app/comm/issue/ENG-3213#comment-706a284f Should reduce yarn cleaninstall time by a significant-ish amount. Didn't do any thorough profiling, but things appear to
Diff Detail
Event Timeline
Comment Actions Did we make sure this passed keyserver Docker build before landing? Just want to make that sure that running build:debug before we run build doesn't break build (doubt it) Comment Actions
Yeah was tested as part of https://phab.comm.dev/B17218 before the last revision of the diff. The last revision of the diff just removed yarn install-ci-deps from yarn build... which isn't used anywhere Comment Actions Ah, but we probably DO want yarn build on prod. As @varun said:
But we should still do release for prod. I'll revert this. Comment Actions JK, I shouldn't have just searched yarn build... should've considered that yarn scripts can be invoked via yarn workspace blah command. |