aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Timeline.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'Timeline/Timeline.csproj')
-rw-r--r--Timeline/Timeline.csproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/Timeline/Timeline.csproj b/Timeline/Timeline.csproj
index 37ca698d..330d2981 100644
--- a/Timeline/Timeline.csproj
+++ b/Timeline/Timeline.csproj
@@ -37,8 +37,8 @@
<Output TaskParameter="ExitCode" PropertyName="ErrorCode" />
</Exec>
<Error Condition="'$(ErrorCode)' != '0'" Text="Node.js is required to build and run this project. To continue, please install Node.js from https://nodejs.org/, and then restart your command prompt or IDE." />
- <Message Importance="high" Text="Restoring dependencies using 'npm'. This may take several minutes..." />
- <Exec WorkingDirectory="$(SpaRoot)" Command="npm install" />
+ <Message Importance="high" Text="Restoring dependencies using 'yarn'. This may take several minutes..." />
+ <Exec WorkingDirectory="$(SpaRoot)" Command="yarn install" />
</Target>
<Target Name="PublishRunWebpack" AfterTargets="ComputeFilesToPublish">