Thanks to visit codestin.com Credit goes to github.com
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 b832fdb commit 0e0395dCopy full SHA for 0e0395d
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