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 3ca539c commit ccade36Copy full SHA for ccade36
Makefile
@@ -83,10 +83,9 @@ site/out/index.html: $(shell find ./site -not -path './site/node_modules/*' -typ
83
# Restores GITKEEP files!
84
git checkout HEAD site/out
85
86
-site/src/api/typesGenerated.ts: $(shell find codersdk -type f -name '*.go')
+site/src/api/typesGenerated.ts: scripts/apitypings/main.go $(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