Skip to content

Commit 808be9a

Browse files
committed
check not full
1 parent 3a7ab99 commit 808be9a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pr-checks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,10 @@ jobs:
3333
dotnet pack templates.csproj -c Release -o pack
3434
dotnet new -i ./pack/AntDesign.Templates.1.0.0.nupkg
3535
dotnet new antdesign -n wasm --host wasm --full
36+
dotnet new antdesign -n wasm2 --host wasm
3637
dotnet new antdesign -n server --host server --full
3738
dotnet new antdesign -n webapp --host webapp --full
3839
dotnet build ./wasm
40+
dotnet build ./wasm2
3941
dotnet build ./server
4042
dotnet build ./webapp

0 commit comments

Comments
 (0)