Skip to content

Commit

Permalink
Publish default container and tailwind before publish command.
Browse files Browse the repository at this point in the history
  • Loading branch information
Layoric committed Oct 31, 2023
1 parent cf1eafe commit 5080f44
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions MyApp/MyApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<UserSecretsId>aspnet-MyApp-7b2ab71a-0b50-423f-969d-e35a9402b1b5</UserSecretsId>
<TypeScriptCompileBlocked>true</TypeScriptCompileBlocked>
<PublishProfile>DefaultContainer</PublishProfile>
</PropertyGroup>

<ItemGroup>
Expand Down Expand Up @@ -42,4 +43,8 @@
<Folder Include="App_Data\" />
</ItemGroup>

<Target Name="tailwind" BeforeTargets="Publish">
<Exec Command="npm run ui:build" WorkingDirectory="./" />
</Target>

</Project>

0 comments on commit 5080f44

Please sign in to comment.