Skip to content

Commit

Permalink
[stoream]: update publish.fsx
Browse files Browse the repository at this point in the history
  • Loading branch information
muqiuhan committed May 31, 2024
1 parent 627d2fd commit 6ea4db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publish.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ let Exec: string -> CommandResult =
let PublishWebUI () =
Log.info "Building WebUI module..."

(Exec $"cd stoream-webui && pnpm build")
(Exec $"cd stoream-webui && pnpm install && pnpm build")
<|> (Failure, (fun result -> Log.error $"{result.StandardError}"))
<|> (Success, (fun result -> Log.info $"DONE"))
|> ignore
Expand Down

0 comments on commit 6ea4db9

Please sign in to comment.