Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8d8c1a1

Browse files
authored
develop.sh: add missing embed tag (coder#2885)
1 parent 4f1df88 commit 8d8c1a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/develop.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ if [[ ! -e ./site/out/bin/coder.sha1 && ! -e ./site/out/bin/coder.tar.zst ]]; th
2929
fi
3030

3131
# Compile the CLI binary once just so we don't waste time compiling things multiple times
32-
go build -o "${CODER_DEV_BIN}" "${PROJECT_ROOT}/cmd/coder"
32+
go build -tags embed -o "${CODER_DEV_BIN}" "${PROJECT_ROOT}/cmd/coder"
3333
# Use the coder dev shim so we don't overwrite the user's existing Coder config.
3434
CODER_DEV_SHIM="${PROJECT_ROOT}/scripts/coder-dev.sh"
3535

0 commit comments

Comments
 (0)