Skip to content

Commit 23b0ae0

Browse files
committed
Mark typesGenerated.ts as PHONY in Makefile
Otherwise changes in the apitypings generator are not detected.
1 parent c04a700 commit 23b0ae0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ site/out/index.html: $(shell find ./site -not -path './site/node_modules/*' -typ
8686
site/src/api/typesGenerated.ts: $(shell find codersdk -type f -name '*.go')
8787
go run scripts/apitypings/main.go > site/src/api/typesGenerated.ts
8888
cd site && yarn run format:types
89+
.PHONY: site/src/api/typesGenerated.ts
8990

9091
test:
9192
gotestsum -- -v -short ./...

0 commit comments

Comments
 (0)