<Target Name="RunNpm" AfterTargets="AfterBuild">
   <!-- As part of publishing, ensure the JS resources are freshly built in production mode -->
   <Exec Command="npm install --no-optional --no-package-lock --noi-shrinkwrap" />
   <Exec Command="bower install" />
   <Exec Command="gulp default" />
</Target>

相关文章:

  • 2021-08-15
  • 2022-01-17
  • 2021-11-26
  • 2021-12-25
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-09-19
  • 2022-12-23
  • 2021-06-06
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案