Skip to content

Commit b8e1290

Browse files
committed
letsgo
1 parent bdc6735 commit b8e1290

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

MARS.client.esproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
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>

0 commit comments

Comments
 (0)