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

Commit0e0395d

Browse files
committed
Add scripts/apitypings/main.go to Makefile instead of using .PHONY
1 parentb832fdb commit0e0395d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,9 @@ site/out/index.html: $(shell find ./site -not -path './site/node_modules/*' -typ
8383
# Restores GITKEEP files!
8484
git checkout HEAD site/out
8585

86-
site/src/api/typesGenerated.ts:$(shell find codersdk -type f -name '*.go')
86+
site/src/api/typesGenerated.ts:scripts/apitypings/main.go$(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
9089

9190
test:
9291
gotestsum -- -v -short ./...

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp