From d254b1663a5452722d560719cd9eeb4d50f52dfa Mon Sep 17 00:00:00 2001 From: dovholuknf <46322585+dovholuknf@users.noreply.github.com> Date: Thu, 18 Apr 2024 07:59:08 -0400 Subject: [PATCH] add mkdir step to build --- BUILD.md | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILD.md b/BUILD.md index b15b50e5..c74c0d68 100644 --- a/BUILD.md +++ b/BUILD.md @@ -10,6 +10,7 @@ To build, follow these steps: * run `npm install` * run `npm run build` (this process takes a while the first time and only needs to be run if the ui changes) * change back to the checkout root +* make sure the dist directory exists: `mkdir -p dist` * build the go project normally: `go build -o dist ./...` ## Documentation/Website