Skip to content

Commit 28a200f

Browse files
coadlerkylecarbs
authored andcommitted
fix: ensure frontend is built in make install (#1157)
1 parent 22dfa08 commit 28a200f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ fmt: fmt/prettier fmt/terraform
4343
gen: coderd/database/generate peerbroker/proto provisionersdk/proto provisionerd/proto apitypings/generate
4444
.PHONY: gen
4545

46-
install: bin
46+
install: build
4747
@echo "--- Copying from bin to $(INSTALL_DIR)"
4848
cp -r ./dist/coder-$(GOOS)_$(GOOS)_$(GOARCH)*/* $(INSTALL_DIR)
4949
@echo "-- CLI available at $(shell ls $(INSTALL_DIR)/coder*)"

0 commit comments

Comments
 (0)