We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 769e4e5 commit 5d6a0e5Copy full SHA for 5d6a0e5
RazorUI/RazorUI.csproj
@@ -25,8 +25,8 @@
25
<NoWarn>1591</NoWarn>
26
</PropertyGroup>
27
28
- <PropertyGroup Condition="'$(Configuration)'!='Release'">
29
- <TAILWINDCSS_PATH>/usr/local/bin/tailwindcss</TAILWINDCSS_PATH>
+ <PropertyGroup Condition="'$(GITHUB_ACTIONS)' != 'true'">
+ <TAILWINDCSS_PATH>tailwindcss</TAILWINDCSS_PATH>
30
31
32
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
0 commit comments