We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af502a6 commit 2a7fe13Copy full SHA for 2a7fe13
Makefile
@@ -329,7 +329,6 @@ build/coder_helm_$(VERSION).tgz:
329
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
330
./scripts/yarn_install.sh
331
cd site
332
- yarn typegen
333
yarn build
334
335
install: build/coder_$(VERSION)_$(GOOS)_$(GOARCH)$(GOOS_BIN_EXT)
0 commit comments