8000
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 a723e32 commit 5cc68c9Copy full SHA for 5cc68c9
Makefile
@@ -86,6 +86,7 @@ site/out/index.html: $(shell find ./site -not -path './site/node_modules/*' -typ
86
site/src/api/typesGenerated.ts: $(shell find codersdk -type f -name '*.go')
87
go run scripts/apitypings/main.go > site/src/api/typesGenerated.ts
88
cd site && yarn run format:types
89
+.PHONY: site/src/api/typesGenerated.ts
90
91
test:
92
gotestsum -- -v -short ./...
0 commit comments