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 b23ddcb commit 8e72156Copy full SHA for 8e72156
Makefile
@@ -640,7 +640,8 @@ vpn/vpn.pb.go: vpn/vpn.proto
640
./vpn/vpn.proto
641
642
site/src/api/typesGenerated.ts: $(wildcard scripts/apitypings/*) $(shell find ./codersdk $(FIND_EXCLUSIONS) -type f -name '*.go')
643
- go run ./scripts/apitypings/ > $@
+ # -C sets the directory for the go run command
644
+ go run -C ./scripts/apitypings main.go > $@
645
./scripts/pnpm_install.sh
646
647
site/e2e/provisionerGenerated.ts: provisionerd/proto/provisionerd.pb.go provisionersdk/proto/provisioner.pb.go
0 commit comments