From c4654a9619bccedddf6b1248ba10c38bb64789c7 Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Wed, 16 Oct 2024 13:23:25 -0600 Subject: [PATCH] chore(contributing): update contributing --- CONTRIBUTING.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2cbf916f..dbb79c89 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -71,6 +71,12 @@ Run the command that will spin up all the required services and files. pnpm run dokploy:setup ``` +Build the server package (If you make any changes after in the packages/server folder, you need to rebuild and run this command) + +```bash +pnpm run server:build +``` + Now run the development server. ```bash