Skip to content

Commit

Permalink
Address TODO
Browse files Browse the repository at this point in the history
I forgot to remove this while working on
f8ae480.
  • Loading branch information
EvanHahn committed Apr 11, 2023
1 parent 2be2373 commit 6fbc0a5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions build/build-package.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 6fbc0a5

Please sign in to comment.