From 9e60319bf1ed3b6259ded8f6b19b45134b9e40f2 Mon Sep 17 00:00:00 2001 From: Bruno Quaresma Date: Wed, 28 Sep 2022 16:50:47 +0000 Subject: [PATCH] chore: Remove extra typegen --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 4de71e6e633da..6accef31c5432 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)