File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11<Project Sdk="Microsoft.VisualStudio.JavaScript.Sdk/1.0.1738743">
22 <PropertyGroup>
3- <StartupCommand>npm run dev</StartupCommand>
3+ <StartupCommand>yarn dev</StartupCommand>
44 <JavaScriptTestRoot>src\</JavaScriptTestRoot>
55 <JavaScriptTestFramework>Jest</JavaScriptTestFramework>
66 <!-- Allows the build (or compile) script located on package.json to run on Build -->
77 <ShouldRunBuildScript>false</ShouldRunBuildScript>
88 <!-- Folder where production build objects will be placed -->
99 <BuildOutputFolder>$(MSBuildProjectDirectory)\dist</BuildOutputFolder>
10- <BuildCommand>npm run build</BuildCommand>
11- <CleanCommand>npm run lint:all </CleanCommand>
10+ <BuildCommand>yarn build</BuildCommand>
11+ <CleanCommand>yarn lint</CleanCommand>
1212 </PropertyGroup>
1313</Project>
You can’t perform that action at this time.
0 commit comments