aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Timeline.csproj
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-07-20 19:05:34 +0800
committercrupest <crupest@outlook.com>2020-07-20 19:05:34 +0800
commita9ebb246657d0b2e331d62125942b4e2b223a0a0 (patch)
tree995e876431375c7ad609b75c162859bbb279a2f4 /Timeline/Timeline.csproj
parentdbfe882597fc9296ebe6365b85d5964a0591c6c3 (diff)
downloadtimeline-a9ebb246657d0b2e331d62125942b4e2b223a0a0.tar.gz
timeline-a9ebb246657d0b2e331d62125942b4e2b223a0a0.tar.bz2
timeline-a9ebb246657d0b2e331d62125942b4e2b223a0a0.zip
Revert to yarn2 .
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 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>