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

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-08-19
  • 2022-01-13
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-12-28
  • 2021-07-15
  • 2022-12-23
  • 2022-12-23
  • 2021-10-30
  • 2022-12-23
相关资源
相似解决方案