From 6fbc0a57ece8d209cf4811c089ee2e13af12b34a Mon Sep 17 00:00:00 2001 From: Evan Hahn Date: Tue, 11 Apr 2023 14:17:38 +0000 Subject: [PATCH] Address TODO I forgot to remove this while working on f8ae480dbb984134713ef19d3ef546b9d1ea1dc1. --- build/build-package.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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);