We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86eaf6c commit 6f0be85Copy full SHA for 6f0be85
src/Components/test/E2ETest/Microsoft.AspNetCore.Components.E2ETests.csproj
@@ -13,6 +13,7 @@
13
14
<GenerateLoggingTestingAssemblyAttributes>false</GenerateLoggingTestingAssemblyAttributes>
15
<TestDependsOnNode>true</TestDependsOnNode>
16
+ <TestDependsOnYarn>true</TestDependsOnYarn>
17
</PropertyGroup>
18
19
<ItemGroup>
@@ -55,7 +56,6 @@
55
56
</Target>
57
58
- <HelixPreCommand Include="call npm.cmd i yarn;call yarn install" />
59
<HelixContent Include="package.json" />
60
<HelixContent Include="yarn.lock" />
61
<!-- This is currently windows only -->
0 commit comments