From 2a7fe13397f6c8717db160bff0c956d342fe2b9e Mon Sep 17 00:00:00 2001 From: Bruno Quaresma Date: Wed, 28 Sep 2022 13:58:50 -0300 Subject: [PATCH] chore: Remove extra typegen (#4243) --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 4de71e6e63..6accef31c5 100644 --- a/Makefile +++ b/Makefile @@ -329,7 +329,6 @@ build/coder_helm_$(VERSION).tgz: site/out/index.html: $(shell find ./site -not -path './site/node_modules/*' -type f -name '*.tsx') $(shell find ./site -not -path './site/node_modules/*' -type f -name '*.ts') site/package.json ./scripts/yarn_install.sh cd site - yarn typegen yarn build install: build/coder_$(VERSION)_$(GOOS)_$(GOARCH)$(GOOS_BIN_EXT)