File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -436,16 +436,16 @@ else
436
436
endif
437
437
.PHONY : fmt/ts
438
438
439
- fmt/biome :
440
- echo " $( GREEN) ==>$( RESET) $( BOLD) fmt/biome $( RESET) "
439
+ fmt/ts :
440
+ echo " $( GREEN) ==>$( RESET) $( BOLD) fmt/ts $( RESET) "
441
441
cd site
442
442
# Avoid writing files in CI to reduce file write activity
443
443
ifdef CI
444
444
pnpm run format:check
445
445
else
446
446
pnpm run format
447
447
endif
448
- .PHONY : fmt/biome
448
+ .PHONY : fmt/ts
449
449
450
450
fmt/terraform : $(wildcard * .tf)
451
451
echo " $( GREEN) ==>$( RESET) $( BOLD) fmt/terraform$( RESET) "
@@ -644,7 +644,8 @@ vpn/vpn.pb.go: vpn/vpn.proto
644
644
645
645
site/src/api/typesGenerated.ts : $(wildcard scripts/apitypings/* ) $(shell find ./codersdk $(FIND_EXCLUSIONS ) -type f -name '* .go')
646
646
go run ./scripts/apitypings/ > $@
647
- ./scripts/pnpm_install.sh
647
+ cd site
648
+ ../scripts/pnpm_install.sh
648
649
649
650
site/e2e/provisionerGenerated.ts : provisionerd/proto/provisionerd.pb.go provisionersdk/proto/provisioner.pb.go
650
651
cd site
You can’t perform that action at this time.
0 commit comments