diff --git a/build/build-package.ts b/build/build-package.ts index 0a5bbe1..032057b 100644 --- a/build/build-package.ts +++ b/build/build-package.ts @@ -75,10 +75,7 @@ export async function buildAndPack( copyStaticFiles({ filesToCopy, distDir }), ]); - // TODO: Restore this - if (Math.random() === 0) { - await prePackCrush(distDir); - } + await prePackCrush(distDir); const npmPackedTarball = await pack(distDir);