aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2019-02-09 00:49:29 +0800
committercrupest <crupest@outlook.com>2019-02-09 00:49:29 +0800
commit636306d59a37456ca4fe3a76ea569f730f81cd76 (patch)
tree97d1b03ce681f45d07680d17978a7f30b1a7e3d0
parent59a09f63a7910ac69340d529cbea2f915b280b2f (diff)
downloadtimeline-636306d59a37456ca4fe3a76ea569f730f81cd76.tar.gz
timeline-636306d59a37456ca4fe3a76ea569f730f81cd76.tar.bz2
timeline-636306d59a37456ca4fe3a76ea569f730f81cd76.zip
Use yarn to build.
-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">