优化
This commit is contained in:
+2
-2
@@ -81,8 +81,8 @@
|
||||
</ItemGroup>
|
||||
<Target Name="PublishRunWebpack" AfterTargets="ComputeFilesToPublish">
|
||||
<!-- As part of publishing, ensure the JS resources are freshly built in production mode -->
|
||||
<Exec WorkingDirectory="$(SpaRoot)" Command="yarn install" />
|
||||
<Exec WorkingDirectory="$(SpaRoot)" Command="yarn run build" />
|
||||
<!--<Exec WorkingDirectory="$(SpaRoot)" Command="yarn install" />
|
||||
<Exec WorkingDirectory="$(SpaRoot)" Command="yarn run build" />-->
|
||||
|
||||
<!--Include the newly-built files in the publish output-->
|
||||
<ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user