Skip to content

Commit

Permalink
check not full
Browse files Browse the repository at this point in the history
  • Loading branch information
ElderJames committed Aug 23, 2024
1 parent 3a7ab99 commit 808be9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 808be9a

Please sign in to comment.