chore: remove type-gen script

This commit is contained in:
Steven
2024-02-05 20:42:01 +08:00
parent e35225ff24
commit ba460382b0
6 changed files with 3 additions and 29 deletions

View File

@ -28,16 +28,6 @@ $runTasks = @(
Dir = "$repoRoot/web"
Wait = $true;
},
@{
Desc = "generate buf types";
Exe = "powershell.exe";
Args = (
"-Command",
"pnpm type-gen"
);
Dir = "$repoRoot/web"
Wait = $true;
},
@{
Desc = "start backend with live reload";
Exe = "air.exe";