diff options
author | crupest <crupest@outlook.com> | 2019-02-09 00:49:29 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2019-02-09 00:49:29 +0800 |
commit | 20c86ecdb2c5b00edf8771c1a6d8688f277a0890 (patch) | |
tree | 7c241da03e58b064d87058f81335a009885c4a28 | |
parent | b89465846ca74019ad2bd63d72044d31379f8978 (diff) | |
download | timeline-20c86ecdb2c5b00edf8771c1a6d8688f277a0890.tar.gz timeline-20c86ecdb2c5b00edf8771c1a6d8688f277a0890.tar.bz2 timeline-20c86ecdb2c5b00edf8771c1a6d8688f277a0890.zip |
Use yarn to build.
-rw-r--r-- | Timeline/Timeline.csproj | 4 |
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"> |