From f90a1c237cc9f41a13f94a881b8ca7cc97ebc3f4 Mon Sep 17 00:00:00 2001 From: Jason Hall Date: Wed, 30 Jul 2025 10:16:17 -0400 Subject: [PATCH] docs: document automatic dist updates --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index db3c728..22f0374 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,6 +12,10 @@ This compiles all dependencies into `dist/index.js` which is what GitHub Actions **Important**: The dist folder must be committed to the repository for the action to work. +### Automatic dist updates + +If you forget to rebuild dist, the `update-dist` workflow will automatically update it for you on pull requests. + ## Node Version This project requires Node.js v20. We recommend using nvm to manage Node versions: