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
commit926c4601a3b04b1320942173a16dd1cf2faaf5bc (patch)
tree995e876431375c7ad609b75c162859bbb279a2f4 /Timeline/Timeline.csproj
parent0ec1a8c7d46b185e68906a04dbe9abe9a4d4ae52 (diff)
downloadtimeline-926c4601a3b04b1320942173a16dd1cf2faaf5bc.tar.gz
timeline-926c4601a3b04b1320942173a16dd1cf2faaf5bc.tar.bz2
timeline-926c4601a3b04b1320942173a16dd1cf2faaf5bc.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>