Skip to content

Commit

Permalink
Fix demo deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgDangl committed Oct 15, 2024
1 parent 2ab1a57 commit fa628b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ void SendTeamsMessage(string title, string message, bool isError)
{
Npm("ci", RootDirectory);
Npm("run build", RootDirectory);
CopyDirectoryRecursively(RootDirectory / "dist", RootDirectory / "demo" / "dist");
WriteAllText(RootDirectory / "demo" / "index.html", ReadAllText(RootDirectory / "demo" / "index.html")
.Replace("@@APP_VERSION@@", GitVersion.NuGetVersion));
Expand Down

0 comments on commit fa628b7

Please sign in to comment.