Skip to content

Commit b9be482

Browse files
committed
attempt fix script
1 parent 7a186ea commit b9be482

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

build-Hitorus.Web.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ python generate-resx.py 2
66
curl -sSL https://dot.net/v1/dotnet-install.sh > dotnet-install.sh
77
chmod +x dotnet-install.sh
88
./dotnet-install.sh -c 9.0 -InstallDir ./dotnet
9-
./dotnet/dotnet workload install wasm-tools
9+
# ./dotnet/dotnet workload install wasm-tools
1010
./dotnet/dotnet publish src/Hitorus.Web -c Release -o output
11-
find . -name "*.br" -type f -delete
12-
find . -name "*.gz" -type f -delete
11+
# find ./output/wwwroot -name "*.br" -type f -delete
12+
# find ./output/wwwroot -name "*.gz" -type f -delete

0 commit comments

Comments
 (0)