From d6e496c396ccac30c05ab624995ab66dafe3cefd Mon Sep 17 00:00:00 2001 From: Andrew Pareles <43356051+andrewpareles@users.noreply.github.com> Date: Wed, 9 Apr 2025 21:21:20 -0700 Subject: [PATCH] Update VOID_CODEBASE_GUIDE.md --- VOID_CODEBASE_GUIDE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/VOID_CODEBASE_GUIDE.md b/VOID_CODEBASE_GUIDE.md index f87f163f..5768529c 100644 --- a/VOID_CODEBASE_GUIDE.md +++ b/VOID_CODEBASE_GUIDE.md @@ -111,7 +111,8 @@ Here's a guide to some of the terminology we're using: - +### Build process +If you want to know how our build pipeline works, see our build repo [here](https://github.com/voideditor/void-builder).