Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit23b0ae0

Browse files
committed
Mark typesGenerated.ts as PHONY in Makefile
Otherwise changes in the apitypings generator are not detected.
1 parentc04a700 commit23b0ae0

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)

[8]ページ先頭

©2009-2025 Movatter.jp