From 529273392ded4017e95051317beaebae2ea4e77b Mon Sep 17 00:00:00 2001 From: Noah Krause Date: Wed, 27 Mar 2024 09:36:56 -0400 Subject: [PATCH] chore: add a small note about updating `dist/` Signed-off-by: Noah Krause --- DEVELOPING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/DEVELOPING.md b/DEVELOPING.md index 91a3b33c..ba6a44ef 100644 --- a/DEVELOPING.md +++ b/DEVELOPING.md @@ -8,6 +8,10 @@ If you would like to get more extensive debug logging, it is possible to enable this as [described here](https://github.com/actions/toolkit/blob/master/docs/action-debugging.md) by setting a secret in your repository of `ACTIONS_STEP_DEBUG` to `true`. +## Update `dist/` + +Updates to `dist/` and handled via a commit hook. Install the hook by running `npm install`. + ## Tests To run tests locally, you will need a local docker instance and registry along with a few