mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: remove type-gen script
This commit is contained in:
@ -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";
|
||||
|
Reference in New Issue
Block a user