chore: Remove extra typegen (#4243)

This commit is contained in:
Bruno Quaresma 2022-09-28 13:58:50 -03:00 committed by GitHub
parent af502a6a66
commit 2a7fe13397
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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)