Skip to content

Commit 7862581

Browse files
authored
Update build.sh
1 parent 51a46c4 commit 7862581

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ curl -sSL https://dot.net/v1/dotnet-install.sh > dotnet-install.sh
22
chmod +x dotnet-install.sh
33
./dotnet-install.sh -c 6.0 -InstallDir ./dotnet6
44
./dotnet6/dotnet --version
5-
./dotnet6/dotnet publish src/ComponentViewer.Wasm/ComponentViewer.Wasm.csproj -c Release -o output
5+
./dotnet6/dotnet tool install Excubo.WebCompiler --global
6+
./dotnet6/dotnet publish ComponentViewer.Wasm/ComponentViewer.Wasm.csproj -c Release -o output

0 commit comments

Comments
 (0)