diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 459b27f..63ed171 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -33,8 +33,10 @@ jobs: dotnet pack templates.csproj -c Release -o pack dotnet new -i ./pack/AntDesign.Templates.1.0.0.nupkg dotnet new antdesign -n wasm --host wasm --full + dotnet new antdesign -n wasm2 --host wasm dotnet new antdesign -n server --host server --full dotnet new antdesign -n webapp --host webapp --full dotnet build ./wasm + dotnet build ./wasm2 dotnet build ./server dotnet build ./webapp \ No newline at end of file