diff options
author | crupest <crupest@outlook.com> | 2020-07-20 19:05:34 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-07-20 19:05:34 +0800 |
commit | a9ebb246657d0b2e331d62125942b4e2b223a0a0 (patch) | |
tree | 995e876431375c7ad609b75c162859bbb279a2f4 /Timeline/Timeline.csproj | |
parent | dbfe882597fc9296ebe6365b85d5964a0591c6c3 (diff) | |
download | timeline-a9ebb246657d0b2e331d62125942b4e2b223a0a0.tar.gz timeline-a9ebb246657d0b2e331d62125942b4e2b223a0a0.tar.bz2 timeline-a9ebb246657d0b2e331d62125942b4e2b223a0a0.zip |
Revert to yarn2 .
Diffstat (limited to 'Timeline/Timeline.csproj')
-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 05683ee0..2a2408d8 100644 --- a/Timeline/Timeline.csproj +++ b/Timeline/Timeline.csproj @@ -57,8 +57,8 @@ <Target Name="PublishRunWebpack" AfterTargets="ComputeFilesToPublish">
<!-- As part of publishing, ensure the JS resources are freshly built in production mode -->
- <Exec WorkingDirectory="$(SpaRoot)" Command="npm install" />
- <Exec WorkingDirectory="$(SpaRoot)" Command="npm run build" />
+ <Exec WorkingDirectory="$(SpaRoot)" Command="yarn" />
+ <Exec WorkingDirectory="$(SpaRoot)" Command="yarn build" />
<!-- Include the newly-built files in the publish output -->
<ItemGroup>
|