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 c04a700 commit 23b0ae0Copy full SHA for 23b0ae0
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