aboutsummaryrefslogtreecommitdiff
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
parent0ec1a8c7d46b185e68906a04dbe9abe9a4d4ae52 (diff)
downloadtimeline-926c4601a3b04b1320942173a16dd1cf2faaf5bc.tar.gz
timeline-926c4601a3b04b1320942173a16dd1cf2faaf5bc.tar.bz2
timeline-926c4601a3b04b1320942173a16dd1cf2faaf5bc.zip
Revert to yarn2 .
m---------Timeline/ClientApp0
-rw-r--r--Timeline/Timeline.csproj4
2 files changed, 2 insertions, 2 deletions
diff --git a/Timeline/ClientApp b/Timeline/ClientApp
-Subproject 50ef0844deb464ecfa567ce3a3d8069d6f5a4a0
+Subproject 35e9755b7693511ab1b24735ecb7755514ed629
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>