File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -539,17 +539,16 @@ provisionerd/proto/provisionerd.pb.go: provisionerd/proto/provisionerd.proto
539
539
--go-drpc_opt=paths=source_relative \
540
540
./provisionerd/proto/provisionerd.proto
541
541
542
- site/src/api/typesGenerated.ts : scripts/apitypings/main.go $(shell find ./codersdk $(FIND_EXCLUSIONS ) -type f -name '* .go')
542
+ site/src/api/typesGenerated.ts : $( wildcard scripts/apitypings/* ) $(shell find ./codersdk $(FIND_EXCLUSIONS ) -type f -name '* .go')
543
543
go run ./scripts/apitypings/ > $@
544
- cd site
545
544
pnpm run format:write:only " $@ "
546
545
547
546
site/e2e/provisionerGenerated.ts : provisionerd/proto/provisionerd.pb.go provisionersdk/proto/provisioner.pb.go
548
547
cd site
549
548
../scripts/pnpm_install.sh
550
549
pnpm run gen:provisioner
551
550
552
- site/src/theme/icons.json : $(wildcard site/static/icon/* )
551
+ site/src/theme/icons.json : $(wildcard scripts/gensite/ * ) $( wildcard site/static/icon/* )
553
552
go run ./scripts/gensite/ -icons $@
554
553
pnpm run format:write:only " $@ "
555
554
Original file line number Diff line number Diff line change 3
3
"name" : " coder" ,
4
4
"version" : " 0.0.0" ,
5
5
"scripts" : {
6
- "format:write:only" : " pnpm exec prettier --write"
6
+ "format:write:only" : " pnpm exec prettier --cache -- write"
7
7
},
8
8
"devDependencies" : {
9
9
"prettier" : " 3.0.0"
You can’t perform that action at this time.
0 commit comments