diff options
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>
|