From df5f8f637d40f6748b3301e37215bf44a6b7ed4d Mon Sep 17 00:00:00 2001 From: Rod S Date: Mon, 19 Sep 2022 18:13:27 -0700 Subject: [PATCH] Surely nobody would forget to run the size check --- BUILD.md | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILD.md b/BUILD.md index e7ee14f19..4360a156e 100644 --- a/BUILD.md +++ b/BUILD.md @@ -9,6 +9,7 @@ rm -rf venv # in case you have an old borked venv! python3 -m venv venv source venv/bin/activate pip install -r requirements.txt +python size_check.py rm -rf build/ && time make -j 48 # Should take 2-3 minutes to create noto-emoji/NotoColorEmoji.ttf